Skip to content

Instantly share code, notes, and snippets.

@rolentle
Created March 18, 2018 20:04
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 rolentle/52d1a1f90c7976fae2472745d40fcd21 to your computer and use it in GitHub Desktop.
Save rolentle/52d1a1f90c7976fae2472745d40fcd21 to your computer and use it in GitHub Desktop.
Puts example
class Foo
def hello
puts "hello"
end
end
Foo.new.hello
# What will return?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment