Class: GemToys::Template::Versions

Inherits:
Object
  • Object
show all
Includes:
Toys::Template
Defined in:
lib/gem_toys/template/versions.rb

Overview

Template with gem versions tool, expanding internally

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(version_file_path:) ⇒ Versions

Returns a new instance of Versions.



11
12
13
# File 'lib/gem_toys/template/versions.rb', line 11

def initialize(version_file_path:)
	@version_file_path = version_file_path
end

Instance Attribute Details

#version_file_pathObject (readonly)

Returns the value of attribute version_file_path.



9
10
11
# File 'lib/gem_toys/template/versions.rb', line 9

def version_file_path
  @version_file_path
end