Method: CmpImgTool::Version.version

Defined in:
lib/web_image_compare/version.rb

.version(debug = false) ⇒ Object

Outputs the current gem version



14
15
16
17
18
19
20
21
# File 'lib/web_image_compare/version.rb', line 14

def version(debug = false)
  if debug
    format(MSG, VERSION, DATE, RUBY_ENGINE,
           RUBY_VERSION)
  else
    VERSION
  end
end