Class: String

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

Instance Method Summary collapse

Instance Method Details

#sh(options = {}) ⇒ Object



410
411
412
# File 'lib/angry_shell.rb', line 410

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