fix namespace

master
Kanezoh 2021-07-01 08:07:34 +09:00
parent 5a98037965
commit e0aa2d9576
1 changed files with 1 additions and 1 deletions

View File

@ -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