lib/bindata/warnings.rb in bindata-2.2.0 vs lib/bindata/warnings.rb in bindata-2.3.0

- old
+ new

@@ -26,14 +26,7 @@ def initialize_instance(*args) unless args.empty? fail "#{caller[0]} remove the call to super in #initialize_instance" end end - - # #offset has been renamed to #abs_offset. - # Eventually #rel_offset will be renamed to #offset. - def offset - warn "#offset is deprecated in #{debug_name}. Use #abs_offset instead" - abs_offset - end end end