# File lib_core/rucy/request.rb, line 94
    def method(*args, &block)
      if (args.empty? && block.nil?) then
        return @method
      else
        return super
      end
    end