Skip to content

Instantly share code, notes, and snippets.

@nassredean
Created December 16, 2015 16:06
Show Gist options
  • Save nassredean/4406926ea997eccde00e to your computer and use it in GitHub Desktop.
Save nassredean/4406926ea997eccde00e to your computer and use it in GitHub Desktop.
module IRB
class Irb
def output_value
puts 'cow'
end
end
end
'dog'
=> cow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment