Class: Lynx::Pipe::Basic

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

Direct Known Subclasses

Append, Debug, Get, Import, POpen, Run, Write

Instance Method Summary collapse

Instance Method Details

#clearObject



8
9
10
# File 'lib/lynx/pipe/basic.rb', line 8

def clear
  self
end

#perform(command) ⇒ Object



4
5
6
# File 'lib/lynx/pipe/basic.rb', line 4

def perform(command)
  puts command.to_s
end