class ProjectEulerCli::Page

Constants

LENGTH

Public Class Methods

total() click to toggle source
# File lib/project_euler_cli/page.rb, line 10
def self.total
  @@total
end
total=(total) click to toggle source
# File lib/project_euler_cli/page.rb, line 14
def self.total=(total)
  @@total = total
end
visited() click to toggle source
# File lib/project_euler_cli/page.rb, line 18
def self.visited
  @@visited
end