Module: Dayvan
- Defined in:
- lib/dayvan.rb
Defined Under Namespace
Classes: Attachment, Cli, ConfigError, Design, Project, Validation, View
Class Method Summary
collapse
Class Method Details
.project ⇒ Object
13
14
15
|
# File 'lib/dayvan.rb', line 13
def self.project
@project ||= Dayvan::Project.new
end
|
.version ⇒ Object
9
10
11
|
# File 'lib/dayvan.rb', line 9
def self.version
Pathname(__FILE__).dirname.join('..','VERSION').read.strip.freeze
end
|