# File lib/deltacloud/state_machine.rb, line 30 def finish() state(:finish) end
# File lib/deltacloud/state_machine.rb, line 43 def method_missing(sym,*args) return state( sym ) if ( args.empty? ) super( sym, *args ) end
Generated with the Darkfish Rdoc Generator 2.