Method: CodeWeb::MethodCall#sorted_args

Defined in:
lib/code_web/method_call.rb

#sorted_args(hash = @args) ⇒ Object



56
57
58
# File 'lib/code_web/method_call.rb', line 56

def sorted_args(hash=@args)
  hash.map {|arg| sorted_hash(arg) }.join(", ")
end