Class: RubyGo::Liberty

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-go/liberty.rb

Instance Method Summary collapse

Instance Method Details

#colorObject



7
8
9
# File 'lib/ruby-go/liberty.rb', line 7

def color
  :empty
end

#empty?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/ruby-go/liberty.rb', line 3

def empty?
  true
end