module RuboCopMethodOrder
Version information for the gem.
Public Class Methods
gem_version()
click to toggle source
Returns the version of the currently loaded gem as a Gem::Version
# File lib/rubocop_method_order/version.rb, line 6 def self.gem_version Gem::Version.new VERSION::STRING end