Module: Ubill::Concerns::Configurable
Instance Method Summary collapse
Instance Method Details
#configure(&block) ⇒ Object
4 5 6 7 |
# File 'lib/ubill/concerns/configurable.rb', line 4 def configure(&block) self.instance_eval(&block) self end |