class Nyaaaaa::CLI

Public Instance Methods

nyaaaaa() click to toggle source
# File lib/nyaaaaa/cli.rb, line 13
def nyaaaaa
  Launchy.open Nyaaaaa.random_url
end
update() click to toggle source
# File lib/nyaaaaa/cli.rb, line 8
def update
  puts 'Update latest id to: ' + Nyaaaaa.fetch_latest_id.to_s
end