Changeset 33

Show
Ignore:
Timestamp:
03/22/2006 13:05:04 (3 years ago)
Author:
why
Message:
  • lib/markaby/builder.rb: emulate ERB to satisfy form_for and helpers like it.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/markaby/builder.rb

    r31 r33  
    100100    end 
    101101    alias_method :<<, :text 
     102    alias_method :concat, :text 
     103 
     104    # Emulate ERB to satisfy helpers like <tt>form_for</tt>. 
     105    def _erbout; self end 
    102106 
    103107    # Captures the HTML code built inside the +block+.  This is done by creating a new