Changeset 162 for trunk/lib/camping-unabridged.rb
- Timestamp:
- 09/18/2006 07:21:44 (2 years ago)
- Files:
-
- 1 modified
-
trunk/lib/camping-unabridged.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/camping-unabridged.rb
r161 r162 338 338 m=Mab.new({},self) 339 339 s=m.capture{send(*a,&b)} 340 s=m.layout{s} if m.respond_to?:layout340 s=m.layout{s} if /^_/!~a[0].to_s and m.respond_to?:layout 341 341 s 342 342 end
