Module: Dotcode::CLI
- Defined in:
- lib/dotcode/cli.rb
Overview
Command Line Interface
Defined Under Namespace
Modules: Commands
Class Method Summary collapse
Class Method Details
.test ⇒ Object
15 16 17 |
# File 'lib/dotcode/cli.rb', line 15 def self.test puts "hello world" end |