Skip to content

Instantly share code, notes, and snippets.

@ikr7
Created November 7, 2014 15:02
Show Gist options
  • Save ikr7/c078f84ca5111c3f8bac to your computer and use it in GitHub Desktop.
Save ikr7/c078f84ca5111c3f8bac to your computer and use it in GitHub Desktop.
ルビぃ
class Boy😃
def initialize(name)
@📛 = name
end
def ✋()
puts "Hi, my name is " + @📛
end
def 🔫()
puts "Bang!"
end
def 🍰()
puts "Delicious!"
end
end
中山 = Boy😃.new("中山")
中山.✋
中山.🔫
中山.🍰
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment