class Randrizer::Types::Skip

Public Instance Methods

==(other) click to toggle source
# File lib/randrizer/types/skip.rb, line 8
def ==(other)
  other.class == Skip
end
eval() click to toggle source
# File lib/randrizer/types/skip.rb, line 12
def eval
  self
end