module Seeren

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

mapping(file=nil) click to toggle source
# File lib/seeren.rb, line 13
def self.mapping(file=nil)
  @mapping = YAML.load_file(file) if file
  @mapping
end
setup() { |self| ... } click to toggle source
# File lib/seeren.rb, line 9
def self.setup
  yield self
end