class Seatbelt::Errors::ApiMethodBlockRequiredError
Public: Will be raised if a method requires a block but isn't passed to the method.
Public Instance Methods
message()
click to toggle source
# File lib/seatbelt/errors/errors.rb, line 60 def message "The method you want to call requires a block." end