Skip to content

Instantly share code, notes, and snippets.

@bovi
Created September 28, 2009 11:58
Show Gist options
  • Save bovi/195367 to your computer and use it in GitHub Desktop.
Save bovi/195367 to your computer and use it in GitHub Desktop.
boviAir$ irb-trunk
irb(main):001:0> class Peng; end
=> nil
irb(main):002:0> s = "Peng"
=> "Peng"
irb(main):003:0> klass = Kernel.const_get s.to_sym
=> Peng
irb(main):004:0> klass.new
=> #<Peng:0x000001008f6898>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment