Looking for access?
Use your RubyForge account.
Login
Preferences
why's subversion repo
(
WELCOME
)
Search:
Wiki
Timeline
Roadmap
Code
View Tickets
New Ticket
Context Navigation
Back to Ticket #165
Ticket #165
: hpricot-0.6-20080801-lib-hpricot-builder.rb.diff.txt
File hpricot-0.6-20080801-lib-hpricot-builder.rb.diff.txt,
300 bytes
(added by iwadon,
4 months
ago)
Line
1
--- lib/hpricot/builder.rb~ 2008-06-23 22:39:13.000000000 +0900
2
+++ lib/hpricot/builder.rb 2008-08-01 21:36:41.000000000 +0900
3
@@ -8,7 +8,7 @@
4
assigns.each do |k, v|
5
ele.instance_variable_set("@#{k}", v)
6
end
7
- ele.instance_eval &blk
8
+ ele.instance_eval(&blk)
9
ele
10
end
11
Download in other formats:
Original Format