module BlockConfigurable
Constants
- VERSION
Public Class Methods
included(receiver)
click to toggle source
# File lib/block_configurable.rb, line 19 def self.included(receiver) receiver.extend ClassMethods receiver.send :private_class_method, :configurable end