# File lib/wikicloth/parser.rb, line 18 def url_for(&block) self.send :define_method, 'url_for' do |url| self.instance_exec(url, &block) end end