Skip to content

Instantly share code, notes, and snippets.

@titouanc
Last active December 10, 2015 17:58
Show Gist options
  • Select an option

  • Save titouanc/4470874 to your computer and use it in GitHub Desktop.

Select an option

Save titouanc/4470874 to your computer and use it in GitHub Desktop.
Dire "je t'aime en Ruby" (check)
class I
class << self
def love someone
puts "#{self} love #{someone}"
end
end
end
class You
attr :marvellous
end
I.love You
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment