Method: Origami::CompoundObject#include?
- Defined in:
- lib/origami/compound.rb
#include?(item) ⇒ Boolean
Returns true if the item is present in the compound object.
102 103 104 |
# File 'lib/origami/compound.rb', line 102 def include?(item) super(item.to_o) end |