Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/xmlmap.rb
Instance Method Summary collapse
Instance Method Details
#classify ⇒ Object
6 7 8 |
# File 'lib/xmlmap.rb', line 6 def classify ActiveSupport::Inflector.classify(ActiveSupport::Inflector.singularize(self)) end |
#constantize ⇒ Object
10 11 12 |
# File 'lib/xmlmap.rb', line 10 def constantize ActiveSupport::Inflector.constantize(self) end |