Flowdock
method

new

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: StubLine
new(data) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/stub_specification.rb, line 20
    def initialize(data)
      @parts = data[PREFIX.length..-1].split(" ")
    end
Register or log in to add new notes.