Method: Bundler::RemoteSpecification#method_missing
- Defined in:
- lib/bundler/remote_specification.rb
#method_missing(method, *args, &blk) ⇒ Object (private)
117 118 119 |
# File 'lib/bundler/remote_specification.rb', line 117 def method_missing(method, *args, &blk) _remote_specification.send(method, *args, &blk) end |