Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created April 13, 2015 00:25
Show Gist options
  • Save anonymous/4b3d5d8ca0d19f3768b9 to your computer and use it in GitHub Desktop.
Save anonymous/4b3d5d8ca0d19f3768b9 to your computer and use it in GitHub Desktop.
test.rb
class foo
def fun
puts fun
end
end
test2.rb
class bar
def baz
puts "baz"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment