Last active
January 5, 2018 07:14
-
-
Save kellysutton/9b42b082b0f320d4b041f64735af059f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<<~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