Class: Randrizer::Types::Skip
- Defined in:
- lib/randrizer/types/skip.rb
Instance Method Summary collapse
Methods inherited from BaseType
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 |
#eval ⇒ Object
12 13 14 |
# File 'lib/randrizer/types/skip.rb', line 12 def eval self end |