Class: Cmdlet::Case::Dash
- Inherits:
-
BaseCmdlet
- Object
- BaseCmdlet
- Cmdlet::Case::Dash
- Defined in:
- lib/cmdlet/case/dash.rb
Overview
Dash: Dash case the characters in the given 'string'
Instance Method Summary collapse
-
#call(value) ⇒ String
Value converted to dash case.
Methods inherited from BaseCmdlet
Instance Method Details
#call(value) ⇒ String
Returns value converted to dash case.
11 12 13 |
# File 'lib/cmdlet/case/dash.rb', line 11 def call(value) tokenizer.parse(value) end |