Module: LL
- Defined in:
- lib/ll.rb,
lib/ll/version.rb
Defined Under Namespace
Classes: Checklist, ListyList, Schema, Step
Constant Summary
collapse
- VERSION =
'0.0.4'
- Version =
VERSION
Class Method Summary
collapse
Class Method Details
.default_authority ⇒ Object
8
9
10
|
# File 'lib/ll.rb', line 8
def default_authority
"github.com/zachaysan/ll"
end
|
.version ⇒ Object
6
7
8
|
# File 'lib/ll/version.rb', line 6
def version
LL::VERSION
end
|
.Version ⇒ Object
11
12
13
|
# File 'lib/ll/version.rb', line 11
def Version
LL::VERSION
end
|
.VERSION ⇒ Object
16
17
18
|
# File 'lib/ll/version.rb', line 16
def VERSION
LL::VERSION
end
|