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