Module: Hecks
- Defined in:
- lib/commands/create.rb,
lib/commands/delete.rb,
lib/commands/runner.rb,
lib/commands/update.rb,
lib/hecks-application.rb,
lib/queries/find_by_id.rb,
lib/queries/query_runner.rb,
lib/commands/crud_handler.rb
Defined Under Namespace
Classes: Application
Class Method Summary collapse
Class Method Details
.version ⇒ Object
15 16 17 18 |
# File 'lib/hecks-application.rb', line 15 def self.version path = "#{File.dirname(__FILE__)}/Version" File.read(path).gsub("\n", '') end |