Class: Lynx::Pipe::Get

Inherits:
Basic
  • Object
show all
Defined in:
lib/lynx/pipe/get.rb

Instance Method Summary collapse

Methods inherited from Basic

#clear

Instance Method Details

#perform(command) ⇒ Object



6
7
8
# File 'lib/lynx/pipe/get.rb', line 6

def perform(command)
  `#{command}`.strip
end