Method: Autoversion::DSL#read_version

Defined in:
lib/autoversion/dsl.rb

#read_version(&blk) ⇒ Object

Register a block that will be used to read the version number from the current project.



93
94
95
# File 'lib/autoversion/dsl.rb', line 93

def read_version &blk
  @read_blk = blk
end