method
respond_to?
v2_6_3 -
Show latest stable
- Class:
Bundler::LazySpecification
respond_to?(*args)public
No documentation available.
# File lib/bundler/lazy_specification.rb, line 88
def respond_to?(*args)
super || @specification ? @specification.respond_to?(*args) : nil
end