Class: SilentAll

Inherits:
Struct
  • Object
show all
Defined in:
lib/sh.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#strcmdObject

Returns the value of attribute strcmd

Returns:

  • (Object)

    the current value of strcmd



36
37
38
# File 'lib/sh.rb', line 36

def strcmd
  @strcmd
end

Instance Method Details

#to_sObject



37
38
39
# File 'lib/sh.rb', line 37

def to_s
  strcmd
end