Method: Jschematic::Errors#each

Defined in:
lib/jschematic/errors.rb

#each(&block) ⇒ Object



30
31
32
# File 'lib/jschematic/errors.rb', line 30

def each(&block)
  @errors.each(&block)
end