Libraries
»
inch
(0.5.6)
»
Index
»
Inch
»
Config
»
Evaluation
»
#update
Method: Inch::Config::Evaluation#update
Defined in:
lib/inch/config/evaluation.rb
#
update
(&block) ⇒
Object
9 10 11
# File 'lib/inch/config/evaluation.rb', line 9
def
update
(
&
block
)
instance_eval
(
&
block
)
end