Class: SilentAll
- Inherits:
-
Struct
- Object
- Struct
- SilentAll
- 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
36 37 38 |
# File 'lib/sh.rb', line 36 def strcmd @strcmd end |
Instance Method Details
#to_s ⇒ Object
37 38 39 |
# File 'lib/sh.rb', line 37 def to_s strcmd end |