Methods

Files

Git::Object::Tag

Attributes

name[RW]

Public Class Methods

new(base, sha, name) click to toggle source
     # File lib/git/object.rb, line 240
240:       def initialize(base, sha, name)
241:         super(base, sha)
242:         @name = name
243:       end

Public Instance Methods

tag?() click to toggle source
     # File lib/git/object.rb, line 245
245:       def tag?
246:         true
247:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.