module ShortMessage
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/short_message/config.rb, line 8 def self.config @config end
configure() { |config ||= configuration| ... }
click to toggle source
# File lib/short_message/config.rb, line 4 def self.configure(&block) yield @config ||= ShortMessage::Configuration.new end