Skip to content

Instantly share code, notes, and snippets.

@nikeshashar
Created October 24, 2016 08:21
Show Gist options
  • Select an option

  • Save nikeshashar/2664a40fbf5b2c8765ddee9cd85279f8 to your computer and use it in GitHub Desktop.

Select an option

Save nikeshashar/2664a40fbf5b2c8765ddee9cd85279f8 to your computer and use it in GitHub Desktop.
Template Method
def hello(name)
puts "Welcome to learning how to code #{name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment