class Aquarium::PreCond
Public Instance Methods
action(*args)
click to toggle source
# File examples/design_by_contract_example.rb 15 def action *args 16 p "inside :action" 17 end