module Dropdown
Constants
- HTML_EXTENSIONS
- MARKDOWN_EXTENSIONS
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/dropdown.rb, line 16 def self.configuration @configuration ||= Dropdown::Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/dropdown.rb, line 20 def self.configure yield configuration if block_given? end