Module: LocalPostal
- Defined in:
- lib/local_postal.rb,
lib/local_postal/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.1'
Class Method Summary collapse
-
.root ⇒ String
Gets the path that the gem was installed in.
Class Method Details
.root ⇒ String
Gets the path that the gem was installed in. This is used mainly to read configuration files.
15 16 17 |
# File 'lib/local_postal.rb', line 15 def self.root @root ||= File.(File.join('..', '..'), __FILE__) end |