Skip to content

Instantly share code, notes, and snippets.

@kellysutton
Last active January 5, 2018 07:14
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 kellysutton/9b42b082b0f320d4b041f64735af059f to your computer and use it in GitHub Desktop.
Save kellysutton/9b42b082b0f320d4b041f64735af059f to your computer and use it in GitHub Desktop.
<<~MSG
Squiggle
MSG
<<-MSG
No-squigs
MSG
CHONSTANT = 'CONSTANT'
module Eight
class One < Three
def foo(arg1, arg2)
raise Exception
true + false + nil
elbow = 'foo' + 'bar' + "#{'baz'}" + :one # Hello
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment