Any String can be evaluated at runtime.
String
class Example def self.foo :foo end end eval "Example.foo" #=> :foo