Skip to content

Instantly share code, notes, and snippets.

@aharpole
Last active August 14, 2019 17:45
Show Gist options
  • Save aharpole/6316a5d336cbbfa98cc289fb570d6dd3 to your computer and use it in GitHub Desktop.
Save aharpole/6316a5d336cbbfa98cc289fb570d6dd3 to your computer and use it in GitHub Desktop.
testing filename without extension
def is_ruby?
true
end
def has_more_spaces?
true
end
def switches_to_tabs?
true
end
Trying out the line wrapping thing; does it wrap? I just don't know. I haven't typed enough yet to see for sure. But I am getting really close and boo yeah, it is just continuing this line as one big long line. Now I'm going to change it to use wrap. Aaand, it soft wraps! Nice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment