lib/bindata/buffer.rb in bindata-2.2.0 vs lib/bindata/buffer.rb in bindata-2.3.0
- old
+ new
@@ -76,13 +76,9 @@
def respond_to?(symbol, include_private = false) #:nodoc:
@type.respond_to?(symbol, include_private) || super
end
- def safe_respond_to?(symbol, include_private = false) #:nodoc:
- base_respond_to?(symbol, include_private)
- end
-
def method_missing(symbol, *args, &block) #:nodoc:
@type.__send__(symbol, *args, &block)
end
def do_read(io) #:nodoc: