module Values

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source
# File lib/csv11/version.rb, line 17
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
split( line ) click to toggle source
# File lib/csv11.rb, line 248
def self.split( line )
  parser = Parser.new
  parser.parse( line )
end
version() click to toggle source
# File lib/csv11/version.rb, line 9
def self.version
  VERSION
end