Skip to content

Instantly share code, notes, and snippets.

@aaronbartell
Created October 6, 2014 14:48
Show Gist options
  • Save aaronbartell/a05e2bb4d78035fab74a to your computer and use it in GitHub Desktop.
Save aaronbartell/a05e2bb4d78035fab74a to your computer and use it in GitHub Desktop.
module Talk
def self.hi name
puts "n1:#{name.object_id}"
name = "#{name}, welcome to the jungle."
puts "n2:#{name.object_id}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment