Method: Eggshell::BlockHandler#equal?
- Defined in:
- lib/eggshell/block-handler.rb
#equal?(handler, type) ⇒ Boolean
Useful for pipeline chains in the form ‘block-macro*-block`. This checks if the current block handler/type is equivalent to the block that’s being pipelined.
89 90 91 |
# File 'lib/eggshell/block-handler.rb', line 89 def equal?(handler, type) false end |