class Micro::Case::Error::InvalidInvocationOfTheThenMethod
Public Class Methods
new(class_name)
click to toggle source
Calls superclass method
# File lib/micro/case/error.rb, line 49 def initialize(class_name) super("Invalid invocation of the #{class_name}then method") end