Method: Megam::Text#highline

Defined in:
lib/megam/core/text.rb

#highlineObject



28
29
30
31
32
33
# File 'lib/megam/core/text.rb', line 28

def highline
  @highline ||= begin
  require 'highline'
  HighLine.new
  end
end