Exception: JSI::Error::BlockGivenError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/jsi.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Block given to a method that does not yield") ⇒ BlockGivenError

Returns a new instance of BlockGivenError.



26
27
28
# File 'lib/jsi.rb', line 26

def initialize(msg = "Block given to a method that does not yield", *)
  super
end