module Csv2hash
Constants
- VERSION
Attributes
configuration[W]
Public Class Methods
configuration()
click to toggle source
# File lib/csv2hash.rb, line 39 def self.configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/csv2hash.rb, line 47 def self.configure yield(configuration) end
reset()
click to toggle source
# File lib/csv2hash.rb, line 43 def self.reset @configuration = Configuration.new end