class Tundengine::Cards::Null

Public Class Methods

new() click to toggle source
Calls superclass method Tundengine::Cards::Card::new
# File lib/tundengine/cards/null.rb, line 8
def initialize
  super(Ranks::Null.instance, Suits::Null.instance)
end

Public Instance Methods

exists?() click to toggle source
# File lib/tundengine/cards/null.rb, line 12
def exists?
  false
end