module WhereLower

Constants

SEPERATOR

Table name and column name seperator This should never change

VERSION

String form of version, to be parsed by Gem::Version

Public Class Methods

version() click to toggle source

Return a version object instead of just a string for easier comparison

@return [Gem::Version]

# File lib/where_lower/version.rb, line 10
def self.version
  Gem::Version.new(VERSION)
end