Methods

Redleaf::ArrayExtensions

Container for convenience extensions to Arrays so they know how to do statement-ish things.

Public Instance Methods

===( other ) click to toggle source

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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.