Method: Inch::Config::Base#update

Defined in:
lib/inch/config/base.rb

#update(&block) ⇒ Object



13
14
15
16
# File 'lib/inch/config/base.rb', line 13

def update(&block)
  instance_eval(&block)
  self
end