Class: Xcplayground::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/xcplayground/command.rb

Overview

Represents the CLI associated with xcplayground

Class Method Summary collapse

Class Method Details

.goObject



6
7
8
# File 'lib/xcplayground/command.rb', line 6

def self.go
  puts 'hello from xcplayground'
end