Module: Plans

Defined in:
lib/plans.rb,
lib/plans/cli.rb,
lib/plans/new.rb,
lib/plans/init.rb,
lib/plans/list.rb,
lib/plans/thumbs.rb,
lib/plans/command.rb,
lib/plans/publish.rb,
lib/plans/version.rb

Defined Under Namespace

Classes: CLI, Command, Init, List, New, Publish, Thumbs

Constant Summary collapse

VERSION =
"0.4.1"

Class Method Summary collapse

Class Method Details

.source_rootObject

Determine where gem is installed.

Returns:

  • The path to the gem.



10
11
12
# File 'lib/plans.rb', line 10

def self.source_root
  File.absolute_path(File.join(File.dirname(__FILE__), '..'))
end