5 lines
70 B
Ruby
5 lines
70 B
Ruby
# frozen_string_literal: true
|
|
class Mechanize
|
|
VERSION = "2.9.2"
|
|
end
|