module LeapCli
allow everyone easy access to log() command.
Initial bootstrap loading of all the necessary things that needed for the `leap` command.
check to make sure we can find the root directory of the platform
The Leapfile
is the bootstrap configuration file for a LEAP provider.
It is akin to a Gemfile, Rakefile, or Capfile (e.g. it is a ruby file that gets eval'ed)
Additional configuration options are defined in platform's leapfile_extensions.rb
LOGGING
Constants
- COMPATIBLE_PLATFORM_VERSION
- DESCRIPTION
- LOAD_PATHS
- SUMMARY
- VERSION
Public Class Methods
leapfile()
click to toggle source
# File lib/leap_cli/leapfile.rb, line 10 def self.leapfile @leapfile ||= Leapfile.new end