Method: Bundler::RemoteSpecification#to_s
- Defined in:
- lib/bundler/remote_specification.rb
#to_s ⇒ Object
74 75 76 |
# File 'lib/bundler/remote_specification.rb', line 74 def to_s "#<#{self.class} name=#{name} version=#{version} platform=#{platform}>" end |