module IVLE

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/IVLE.rb, line 29
def root
  File.expand_path '../..', __FILE__
end
settings() click to toggle source
# File lib/IVLE.rb, line 33
def settings
  @@settings ||= YAML::load(File.open(File.join(self.root, 'config', 'settings.yml')))
end