Skip to content

Instantly share code, notes, and snippets.

@lak
Created July 5, 2009 23:41
Show Gist options
  • Select an option

  • Save lak/141180 to your computer and use it in GitHub Desktop.

Select an option

Save lak/141180 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
class ConstantTest
class FooTest
def self.yep
puts "yep"
end
end
self.const_get("FooTest").yep
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment