Method: Bundler::RemoteSpecification#respond_to?
- Defined in:
- lib/bundler/remote_specification.rb
#respond_to?(method, include_all = false) ⇒ Boolean
116 117 118 |
# File 'lib/bundler/remote_specification.rb', line 116 def respond_to?(method, include_all = false) super || _remote_specification.respond_to?(method, include_all) end |