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