Closed p8 closed 1 year ago
method_option and class_option require a String or Symbol as the first argument. This can be somewhat confusing when method_options and class_options require a Hash as argument.
method_option
class_option
method_options
class_options
Fixes #808
method_option
andclass_option
require a String or Symbol as the first argument. This can be somewhat confusing whenmethod_options
andclass_options
require a Hash as argument.Fixes #808