This is Ruby
def method_missing*_;@_=_;end
Is this Ruby? Yes it is.
It's really rockin'.
Ruby is cool :D
puts@_.join(' ').gsub(/s(it|d)/i,'!')
Output:
Is this Ruby? Yes!! Ruby is cool!
the fruity and personal webpage of armin ronacher
def method_missing*_;@_=_;end
Is this Ruby? Yes it is.
It's really rockin'.
Ruby is cool :D
puts@_.join(' ').gsub(/s(it|d)/i,'!')
Output:
Is this Ruby? Yes!! Ruby is cool!