Module: Contracts::DSL::EmptyClassMethods
- Defined in:
- lib/ruby_contracts/dsl.rb
Instance Method Summary collapse
Instance Method Details
#post(*args) ⇒ Object
121 |
# File 'lib/ruby_contracts/dsl.rb', line 121 def post(*args) ; end |
#pre(*args) ⇒ Object
120 |
# File 'lib/ruby_contracts/dsl.rb', line 120 def pre(*args) ; end |
#type(*args) ⇒ Object
119 |
# File 'lib/ruby_contracts/dsl.rb', line 119 def type(*args) ; end |