module LD::Patch::VERSION
Constants
- EXTRA
- STRING
- VERSION_FILE
Public Class Methods
Source
# File lib/ld/patch/version.rb, line 17 def self.to_a() STRING.split(".") end
@return [Array(Integer, Integer, Integer)]
Source
# File lib/ld/patch/version.rb, line 13 def self.to_str() STRING end
@return [String]