module Njord

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/njord.rb, line 9
def config
  @config ||= ConfigurationReader.read_from_file
end