5 lines
71 B
Ruby
5 lines
71 B
Ruby
# frozen_string_literal: true
|
|
class Mechanize
|
|
VERSION = "2.10.0"
|
|
end
|