Method: BBLib::HashPathProcs.append

Defined in:
lib/hash_path/processors.rb

.append(child, *args, class_based: true) ⇒ Object



73
74
75
# File 'lib/hash_path/processors.rb', line 73

def self.append(child, *args, class_based: true)
  class_based_proc(child, class_based, :to_s, :dup, [:concat, args.first])
end