Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/stars/core_ext/string.rb
Instance Method Summary collapse
-
#constantize ⇒ Object
Poor man’s constantize.
Instance Method Details
#constantize ⇒ Object
Poor man’s constantize
3 4 5 |
# File 'lib/stars/core_ext/string.rb', line 3 def constantize Stars.const_get(to_s.capitalize) end |