module Rubocop192

Rubocop192 namespace.

Rubocop192 namespace.

Constants

VERSION

Public Instance Methods

check_ruby_version(version) click to toggle source
# File lib/rubocop192.rb, line 9
def check_ruby_version(version)
  (version >= '1.9.2' && version < '1.9.3')
end