Method: HashPoser#initialize

Defined in:
lib/rails_ext/active_record/merge_default_scope/hash_poser.rb

#initialize(&b) ⇒ HashPoser

Returns a new instance of HashPoser.



7
8
9
10
# File 'lib/rails_ext/active_record/merge_default_scope/hash_poser.rb', line 7

def initialize &b
  @proc = b
  super &b
end