class Strum::Errors::NilBlockInvocation
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/strum/internal/errors.rb, line 40 def initialize super('A block was not passed to this invocation!') end