class Xcplayground::Command
Represents the CLI associated with xcplayground
Public Class Methods
go()
click to toggle source
# File lib/xcplayground/command.rb, line 6 def self.go puts 'hello from xcplayground' end