module FFIDB::VERSION

Constants

EXTRA
FILE
STRING

Public Class Methods

to_a() click to toggle source

@return [Array(Integer, Integer, Integer)]

# File lib/ffidb/version.rb, line 19
def self.to_a() [MAJOR, MINOR, TINY].freeze end
to_s() click to toggle source

@return [String]

# File lib/ffidb/version.rb, line 11
def self.to_s() STRING end
to_str() click to toggle source

@return [String]

# File lib/ffidb/version.rb, line 15
def self.to_str() STRING end