Sha256: 331a23d8f9f4e9c698dea13558936e024fdac6685e4980dc9b971413ea2265cb
Contents?: true
Size: 197 Bytes
Versions: 2
Compression:
Stored size: 197 Bytes
Contents
# encoding: utf-8 module CodeAnalyzer module CheckingVisitor autoload :Plain, "code_analyzer/checking_visitor/plain" autoload :Default, "code_analyzer/checking_visitor/default" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
code_analyzer-0.1.1 | lib/code_analyzer/checking_visitor.rb |
code_analyzer-0.1.0 | lib/code_analyzer/checking_visitor.rb |