Class: SilentCommand

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



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

def strcmd
  @strcmd
end

Instance Method Details

#to_sObject



32
33
34
# File 'lib/sh.rb', line 32

def to_s
  strcmd
end