ArgumentError
Raised when a block is passed to a memoized method
Initialize a block not allowed exception
@param [Module] descendant @param [Symbol] method
@api private
# File lib/memoizable/method_builder.rb, line 32 def initialize(descendant, method) super("Cannot pass a block to #{descendant}##{method}, it is memoized") end
Generated with the Darkfish Rdoc Generator 2.