Changeset 85

Show
Ignore:
Timestamp:
10/16/2006 13:54:40 (2 years ago)
Author:
tec
Message:
  • lib/markaby/builder.rb: oops!
Files:
1 modified

Legend:

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

    r84 r85  
    270270      @stream, @start, @length = args 
    271271    end 
    272     def method_missing(*args) 
     272    def method_missing(*args, &block) 
    273273      # We can't do @stream.slice!(@start, @length), 
    274274      # as it would invalidate the @starts and @lengths of other Fragment instances.