Method: TagList#list
- Defined in:
- lib/tag_list.rb
#list ⇒ Object (readonly)
Returns an array of tag names surrounded by HEAD at the top and the sha1 of the first commit at the bottom.
24 25 26 |
# File 'lib/tag_list.rb', line 24 def list @list end |