lib/hashme/casted_array.rb in hashme-0.2.2 vs lib/hashme/casted_array.rb in hashme-0.2.3
- old
+ new
@@ -13,10 +13,10 @@
include Castable
def_delegators :@_array,
:to_a, :==, :eql?, :size,
:first, :last, :at, :length,
- :each, :reject, :empty?, :map,
+ :each, :reject, :empty?, :map, :collect,
:clear, :pop, :shift, :delete, :delete_at,
:encode_json, :as_json, :to_json,
:inspect, :any?
def initialize(property, owner, values = [])