module GmapPointPicker
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
Gives access to the current Configuration
.
# File lib/gmap_point_picker.rb, line 7 def self.configuration @configuration ||= Configuration.new end
configure() { |config| ... }
click to toggle source
# File lib/gmap_point_picker.rb, line 11 def self.configure config = configuration yield(config) end