Changeset 84
- Timestamp:
- 10/16/2006 13:42:31 (2 years ago)
- Files:
-
- 1 modified
-
trunk/lib/markaby/builder.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/markaby/builder.rb
r83 r84 106 106 alias_method :<<, :text 107 107 alias_method :concat, :text 108 109 # Emulate ERB to satisfy helpers like <tt>form_for</tt>.110 def _erbout; self end111 108 112 109 # Captures the HTML code built inside the +block+. This is done by creating a new