fix namespace
parent
5a98037965
commit
e0aa2d9576
|
@ -29,7 +29,7 @@ class MechanizeCr::FormContent::Field
|
|||
|
||||
def inspect # :nodoc:
|
||||
"[%s:0x%x type: %s name: %s value: %s]" % [
|
||||
self.class.name.sub(/Mechanize::FormContent::/, "").downcase,
|
||||
self.class.name.sub(/MechanizeCr::FormContent::/, "").downcase,
|
||||
object_id, type, name, value
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue