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



29
30
31
# File 'lib/sh.rb', line 29

def strcmd
  @strcmd
end

Instance Method Details

#to_sObject



30
31
32
# File 'lib/sh.rb', line 30

def to_s
  strcmd
end