Module: Cakery
- Defined in:
- lib/cakery.rb,
lib/cakery/macro.rb,
lib/cakery/version.rb
Defined Under Namespace
Classes: CakeERBContextTwoClauseHelper, Cakery, CakeryERBContext, Macro
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.new(*params, &block) ⇒ Object
87 88 89 |
# File 'lib/cakery.rb', line 87 def self.new *params, &block return Cakery.new(*params, &block) end |