Class: RubyGo::Liberty
- Inherits:
-
Object
- Object
- RubyGo::Liberty
- Defined in:
- lib/ruby-go/liberty.rb
Instance Method Summary collapse
Instance Method Details
#empty? ⇒ Boolean
3 4 5 |
# File 'lib/ruby-go/liberty.rb', line 3 def empty? true end |
#to_s ⇒ Object
7 8 9 |
# File 'lib/ruby-go/liberty.rb', line 7 def to_s Board::COLORS[:empty] end |