Class: SilentOutput
- Inherits:
-
Struct
- Object
- Struct
- SilentOutput
- 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
41 42 43 |
# File 'lib/sh.rb', line 41 def strcmd @strcmd end |
Instance Method Details
#to_s ⇒ Object
42 43 44 |
# File 'lib/sh.rb', line 42 def to_s strcmd end |