Method: Inch::Config::Codebase#update

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

#update(&block) ⇒ void

This method returns an undefined value.

Update this Codebase config with the given block.



30
31
32
# File 'lib/inch/config/codebase.rb', line 30

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