Changeset 117
- Timestamp:
- 02/27/2007 12:35:29 (21 months ago)
- Location:
- trunk/ext/hpricot_scan
- Files:
-
- 2 modified
-
hpricot_scan.java.rl (modified) (1 diff)
-
hpricot_scan.rl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/hpricot_scan/hpricot_scan.java.rl
r115 r117 235 235 port = port.callMethod(runtime.getCurrentContext(),"to_str"); 236 236 } else { 237 throw runtime.newArgumentError("bad argument, String or IO only please.");237 throw runtime.newArgumentError("bad Hpricot argument, String or IO only please."); 238 238 } 239 239 } -
trunk/ext/hpricot_scan/hpricot_scan.rl
r110 r117 146 146 else 147 147 { 148 rb_raise( rb_eArgError, "bad argument, String or IO only please." );148 rb_raise( rb_eArgError, "bad Hpricot argument, String or IO only please." ); 149 149 } 150 150 }
