module Eax::Console

Public Instance Methods

color() click to toggle source
# File lib/eax.rb, line 169
def color
  @color ||= Pastel.new
end
terminal() click to toggle source
# File lib/eax.rb, line 165
def terminal
  @terminal ||= TTY::Terminal.new
end