class ParameterSet
Public Class Methods
new()
click to toggle source
# File activesupport/test/core_ext/module_test.rb, line 118 def initialize @params = { foo: "bar" } end
# File activesupport/test/core_ext/module_test.rb, line 118 def initialize @params = { foo: "bar" } end