class RepeaterMethods::MethodUnresponsiveError

Public Class Methods

new(msg = 'Value in repeater did not respond to given method') click to toggle source
Calls superclass method
# File lib/block_repeater/repeater_methods.rb, line 61
def initialize(msg = 'Value in repeater did not respond to given method')
  super
end