Class: AxR::CLI
- Inherits:
-
Thor
- Object
- Thor
- AxR::CLI
- Defined in:
- lib/axr/cli.rb
Instance Method Summary collapse
Instance Method Details
#check(pattern = nil) ⇒ Object
12 13 14 15 16 |
# File 'lib/axr/cli.rb', line 12 def check(pattern = nil) $LOAD_PATH << Dir.pwd require ['load'] if ['load'] AxR::Runner.new(pattern).invoke end |