Method: CodeWeb::MethodCall#hash_args?

Defined in:
lib/code_web/method_call.rb

#hash_args?Boolean

Returns:



71
72
73
# File 'lib/code_web/method_call.rb', line 71

def hash_args?
  args.first.class == Hash
end