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.4"
Class Method Summary collapse
Class Method Details
.new(*params, &block) ⇒ Object
111 112 113 |
# File 'lib/cakery.rb', line 111 def self.new *params, &block return Cakery.new(*params, &block) end |