Skip to content

Instantly share code, notes, and snippets.

@sevperez
Created March 1, 2018 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sevperez/d6d920e51a3aa8a884bc6a255d2ea2ba to your computer and use it in GitHub Desktop.
Save sevperez/d6d920e51a3aa8a884bc6a255d2ea2ba to your computer and use it in GitHub Desktop.
class Employee
def greeting
puts "Good morning boss!"
end
end
class Spouse
def greeting
puts "Hi honey!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment