Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/common_mob/shell.rb

Instance Method Summary collapse

Instance Method Details

#sh(options = {}) ⇒ Object



318
319
320
# File 'lib/common_mob/shell.rb', line 318

def sh(options={})
  CommonMob::Shell.new(self,options)
end