class ReadTime::Configuration

Attributes

format[RW]
reading_speed[RW]

Public Class Methods

new() click to toggle source
# File lib/read-time.rb, line 48
def initialize
  @format         = :default
  @reading_speed  = 275 # WPM (words per minute)
end