Module: Shackleton
- Defined in:
- lib/shackleton.rb,
lib/shackleton/route.rb,
lib/shackleton/mapper.rb,
lib/shackleton/builder.rb,
lib/shackleton/version.rb,
lib/shackleton/fragment.rb,
lib/shackleton/extensions/hash_slice.rb
Defined Under Namespace
Modules: Extensions Classes: Builder, Fragment, Mapper, Route
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.mapper(&block) ⇒ Object
13 14 15 |
# File 'lib/shackleton.rb', line 13 def mapper(&block) Shackleton::Mapper.new(&block) end |