class Met::CLI

Public Class Methods

new(argv) click to toggle source
# File lib/met/cli.rb, line 3
def initialize(argv)
  @argv = argv
end

Public Instance Methods

run() click to toggle source
# File lib/met/cli.rb, line 7
def run
  puts Met.artwork((1..500_000).to_a.sample).preview
end