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