Skip to content

Instantly share code, notes, and snippets.

@zachflower
Created March 31, 2020 15:36
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 zachflower/7b6b2fba561a8d10b1fd2c134b8f768b to your computer and use it in GitHub Desktop.
Save zachflower/7b6b2fba561a8d10b1fd2c134b8f768b to your computer and use it in GitHub Desktop.
class Hello
def self.world
puts "Hello, world!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment