module Plans
Constants
- VERSION
Public Class Methods
source_root()
click to toggle source
Determine where gem is installed.
@return The path to the gem.
# File lib/plans.rb, line 10 def self.source_root File.absolute_path(File.join(File.dirname(__FILE__), '..')) end