Class: Xcplayground::Command
- Inherits:
-
Object
- Object
- Xcplayground::Command
- Defined in:
- lib/xcplayground/command.rb
Overview
Represents the CLI associated with xcplayground
Class Method Summary collapse
Class Method Details
.go ⇒ Object
6 7 8 |
# File 'lib/xcplayground/command.rb', line 6 def self.go puts 'hello from xcplayground' end |