Skip to content

Instantly share code, notes, and snippets.

@evanphx
Created August 21, 2014 18:24
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 evanphx/ade59338beb86dbd03b8 to your computer and use it in GitHub Desktop.
Save evanphx/ade59338beb86dbd03b8 to your computer and use it in GitHub Desktop.
class TestMe
def run
3 + 4
end
end
TestMe.new.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment