Module: Nemo
- Defined in:
- lib/nemo.rb
Overview
Ruby port of Mewa
Meta-level Architecture for Generic Web-Application Construction
www.adrian-lienhard.ch/files/mewa.pdf
- Author
-
Kevin Howe
- License
-
Distributes under the same terms as Ruby
Defined Under Namespace
Modules: Components, Examples, MetaObject, Util, Visitors
Constant Summary collapse
- Version =
"0.1.3"
Class Method Summary collapse
-
.metaobject_for(*args, &block) ⇒ Object
Define a new MetaObject.
Class Method Details
.metaobject_for(*args, &block) ⇒ Object
Define a new MetaObject
28 29 30 |
# File 'lib/nemo.rb', line 28 def (*args, &block) Nemo::MetaObject::MetaObject.new(*args, &block) end |