Container for convenience extensions to Arrays so they know how to do statement-ish things.
Case-comparison — invert the comparison if other is a Redleaf::Statement.
# File lib/redleaf/core_extensions.rb, line 18 18: def ===( other ) 19: super unless other.is_a?( Redleaf::Statement ) 20: return other === self 21: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.