Notes posted by ibnukamy
RSS feed
0 thanks
Alternative to :symbol
You can also pass string as an alternative to :symbol
k = Klass.new
k.send “hello”, “gentle”, “readers” #=> “Hello gentle readers”
You can also pass string as an alternative to :symbol
k = Klass.new
k.send “hello”, “gentle”, “readers” #=> “Hello gentle readers”