Skip to content

Instantly share code, notes, and snippets.

@dt1973
Last active October 10, 2015 12:12
Show Gist options
  • Save dt1973/8494bb76f7f3afbfb199 to your computer and use it in GitHub Desktop.
Save dt1973/8494bb76f7f3afbfb199 to your computer and use it in GitHub Desktop.
some_variable = "lipsum"
require_relative "test.rb"
test.call
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