/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
def my_method(opts={}) {:arg_one => 'foo', :arg_two => 'two'}.merge(opts) end