module FlightStats::Version

Constants

MAJOR
MINOR
PATCH
PRE
VERSION

Public Class Methods

inspect() click to toggle source
# File lib/flightstats/version.rb, line 11
def inspect
  VERSION.dup
end
Also aliased as: to_s
to_s()
Alias for: inspect