Method: Filigree::OuterPattern#block=

Defined in:
lib/filigree/match.rb

#block=(value) ⇒ Object (writeonly)

Sets the attribute block

Parameters:

  • value

    the value to set the attribute block to.



505
506
507
# File 'lib/filigree/match.rb', line 505

def block=(value)
  @block = value
end