module Bmg::Sql::Version
Constants
- MAJOR
- MINOR
- TINY
Public Class Methods
to_s()
click to toggle source
# File lib/bmg/sql/version.rb, line 9 def self.to_s [ MAJOR, MINOR, TINY ].join('.') end
# File lib/bmg/sql/version.rb, line 9 def self.to_s [ MAJOR, MINOR, TINY ].join('.') end