-
-
Save dt1973/8494bb76f7f3afbfb199 to your computer and use it in GitHub Desktop.
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
some_variable = "lipsum" | |
require_relative "test.rb" | |
test.call |
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
def test | |
puts "YES" | |
puts some_variable | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment