lib/bindata/choice.rb in bindata-2.2.0 vs lib/bindata/choice.rb in bindata-2.3.0
- old
+ new
@@ -83,13 +83,9 @@
raise IndexError, ":selection returned nil for #{debug_name}"
end
selection
end
- def safe_respond_to?(symbol, include_private = false) #:nodoc:
- base_respond_to?(symbol, include_private)
- end
-
def respond_to?(symbol, include_private = false) #:nodoc:
current_choice.respond_to?(symbol, include_private) || super
end
def method_missing(symbol, *args, &block) #:nodoc: