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