module ShButton
Constants
- VERSION
Attributes
config[RW]
Public Class Methods
configure() { |config ||= config| ... }
click to toggle source
# File lib/sh_button/config.rb, line 4 def configure yield self.config ||= Config.new end