Last active
September 18, 2018 13:06
-
-
Save iamajvillalobos/f0f31b1d987edde8132a206c46a33e23 to your computer and use it in GitHub Desktop.
Hello this is cool
This file contains 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
class Text | |
def greet | |
puts "This is cool!" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment