Module: Jellyfish::NormalizedParams

Defined in:
lib/jellyfish/normalized_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#paramsObject (readonly)

Returns the value of attribute params.



8
9
10
# File 'lib/jellyfish/normalized_params.rb', line 8

def params
  @params
end

Instance Method Details

#block_call(argument, block) ⇒ Object



9
10
11
12
# File 'lib/jellyfish/normalized_params.rb', line 9

def block_call argument, block
  initialize_params(argument)
  super
end