Class: SilentCommand
- Inherits:
-
Struct
- Object
- Struct
- SilentCommand
- Defined in:
- lib/sh.rb
Instance Attribute Summary collapse
-
#strcmd ⇒ Object
Returns the value of attribute strcmd.
Instance Method Summary collapse
Instance Attribute Details
#strcmd ⇒ Object
Returns the value of attribute strcmd
31 32 33 |
# File 'lib/sh.rb', line 31 def strcmd @strcmd end |
Instance Method Details
#to_s ⇒ Object
32 33 34 |
# File 'lib/sh.rb', line 32 def to_s strcmd end |