Class: StringyFi::Shell
- Inherits:
-
Object
- Object
- StringyFi::Shell
- Defined in:
- lib/stringyfi/shell.rb
Instance Attribute Summary collapse
-
#converter ⇒ Object
Returns the value of attribute converter.
Instance Method Summary collapse
- #convert! ⇒ Object
-
#initialize(args = []) ⇒ Shell
constructor
A new instance of Shell.
Constructor Details
Instance Attribute Details
#converter ⇒ Object
Returns the value of attribute converter.
3 4 5 |
# File 'lib/stringyfi/shell.rb', line 3 def converter @converter end |
Instance Method Details
#convert! ⇒ Object
10 11 12 |
# File 'lib/stringyfi/shell.rb', line 10 def convert! converter.convert! end |