Method: Array#&

Defined in:
lib/fire/core_ext/true_class.rb

#&(other) ⇒ Object



55
56
57
# File 'lib/fire/core_ext/true_class.rb', line 55

def &(other)
  TrueClass === other ? dup : and_without_t(other)
end