class Tr3llo::Interface

Attributes

input[R]
output[R]

Public Class Methods

new(input, output) click to toggle source
# File lib/3llo/interface.rb, line 3
def initialize(input, output)
  @input = input
  @output = output
end

Public Instance Methods

print(str) click to toggle source
print_error(message) click to toggle source
print_frame() { || ... } click to toggle source
print_line(str) click to toggle source
Also aliased as: puts
puts(str)
Alias for: print_line