Class: RunLoop::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/run_loop/cli.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.source_rootObject



8
9
10
# File 'lib/run_loop/cli.rb', line 8

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

Instance Method Details

#exampleObject



15
16
17
# File 'lib/run_loop/cli.rb', line 15

def example
  say "example: #{CLI.source_root}"
end