Method: RFunk::Function#post

Defined in:
lib/rfunk/attribute/function.rb

#post(&block) ⇒ Object



37
38
39
# File 'lib/rfunk/attribute/function.rb', line 37

def post(&block)
  @post_block = block
end