C
cmic
Hello
I noticed the following example somewhere
def mymethod(opts)
p opts
end
mymethodaaa => "something")
I'm wondering what this :aaa stands for. If I omit the
colon before the dummy aaa, it doesn't works.
Thanks for any hint/light.
I noticed the following example somewhere
def mymethod(opts)
p opts
end
mymethodaaa => "something")
I'm wondering what this :aaa stands for. If I omit the
colon before the dummy aaa, it doesn't works.
Thanks for any hint/light.