module RareMap

RareMap @author Wei-Ming Wu

Constants

MAJOR

The major version of RareMap

MINOR

The minor version of RareMap

PATCH

The patch version of RareMap

VERSION

The version of RareMap

Public Class Methods

mapping() click to toggle source

A class method to make RareMap::Mapper#mapping easy to be called.

# File lib/rare_map.rb, line 12
def self.mapping
  Mapper.new.mapping
end