class Slimdown::Config

Internal class for managing global configuration.

Only used by singleton Slimdown module.

Attributes

location[RW]

Get the path to the markdown pages.

Public Class Methods

new() click to toggle source
# File lib/slimdown/config.rb, line 10
def initialize
  # Set defaults.
  @location = 'pages/'
end