Class: Randrizer::Types::Skip

Inherits:
BaseType
  • Object
show all
Defined in:
lib/randrizer/types/skip.rb

Instance Method Summary collapse

Methods inherited from BaseType

#initialize, #validate!

Constructor Details

This class inherits a constructor from Randrizer::Types::BaseType

Instance Method Details

#==(other) ⇒ Object



8
9
10
# File 'lib/randrizer/types/skip.rb', line 8

def ==(other)
  other.class == Skip
end

#evalObject



12
13
14
# File 'lib/randrizer/types/skip.rb', line 12

def eval
  self
end