class Aquarium::PreCondExample
Attributes
state[R]
Public Instance Methods
action(*args)
click to toggle source
# File examples/design_by_contract_example_spec.rb 14 def action *args 15 @state = *args 16 end