Class: Cassanity::SetRemoval

Inherits:
Removal show all
Defined in:
lib/cassanity/set_removal.rb

Instance Attribute Summary

Attributes inherited from Operator

#symbol, #value

Instance Method Summary collapse

Methods inherited from Operator

#eql?, #inspect

Constructor Details

#initialize(*args) ⇒ SetRemoval

Public: Returns a set_removal instance



11
12
13
14
# File 'lib/cassanity/set_removal.rb', line 11

def initialize(*args)
  super(*args)
  @value = @value.to_set
end