Sha256: e5142f3e9c0370c6b943c26d0494353884654e3b84fa9ab5c650965056ea6241
Contents?: true
Size: 269 Bytes
Versions: 38
Compression:
Stored size: 269 Bytes
Contents
module Synvert::Core # Rewriter not found exception. class RewriterNotFound < Exception end # Gemfile.lock not found exception. class GemfileLockNotFound < Exception end # Method not supported exception. class MethodNotSupported < Exception end end
Version data entries
38 entries across 38 versions & 1 rubygems