class TraininfoKanto::CLI

Public Instance Methods

get(*routes) click to toggle source
# File lib/traininfo_kanto/cli.rb, line 4
def get(*routes)
  texts = TraininfoKanto.get(routes)

  texts.each do |text|
    print text
    print "\n"
  end
end