Method: Bundler::RemoteSpecification#runtime_dependencies
- Defined in:
- lib/bundler/remote_specification.rb
#runtime_dependencies ⇒ Object
91 92 93 |
# File 'lib/bundler/remote_specification.rb', line 91 def runtime_dependencies dependencies.select(&:runtime?) end |