class AocCli::Day::Requests::Input

Public Instance Methods

page() click to toggle source
# File lib/aoc_cli/day.rb, line 110
def page
        :Input
end
parse(raw:fetch) click to toggle source
# File lib/aoc_cli/day.rb, line 113
def parse(raw:fetch)
        raw.raw
end