# File lib/deltacloud/state_machine.rb, line 43 def method_missing(sym,*args) return state( sym ) if ( args.empty? ) super( sym, *args ) end