Class: Arli::Lock::Formats::Text

Inherits:
Base
  • Object
show all
Defined in:
lib/arli/lock/formats/text.rb

Instance Attribute Summary

Attributes inherited from Base

#arlifile, #lock_file

Instance Method Summary collapse

Methods inherited from Base

#extension, #footer, #header, #initialize

Methods included from Helpers::Inherited

included

Constructor Details

This class inherits a constructor from Arli::Lock::Formats::Base

Instance Method Details

#format(library) ⇒ Object



9
10
11
# File 'lib/arli/lock/formats/text.rb', line 9

def format(library)
  "#{library.canonical_dir},#{library.version},#{library.path}"
end