Libraries
»
rfunk
(2.0.0)
»
Index
»
RFunk
»
Function
»
#pre
Method: RFunk::Function#pre
Defined in:
lib/rfunk/attribute/function.rb
#
pre
(&block) ⇒
Object
33 34 35
# File 'lib/rfunk/attribute/function.rb', line 33
def
pre
(
&
block
)
@pre_block
=
block
end