Module: ModelContextProtocol::StringUtils
- Extended by:
- StringUtils
- Included in:
- StringUtils
- Defined in:
- lib/model_context_protocol/string_utils.rb
Instance Method Summary collapse
Instance Method Details
#handle_from_class_name(class_name) ⇒ Object
8 9 10 |
# File 'lib/model_context_protocol/string_utils.rb', line 8 def handle_from_class_name(class_name) underscore(demodulize(class_name)) end |