Sha256: 5ca651f7957e3a6e298112357a14548070b6581798669d63e0868beeb1d3c062
Contents?: true
Size: 234 Bytes
Versions: 12
Compression:
Stored size: 234 Bytes
Contents
# coding: UTF-8 module Cocaine class CommandLineError < StandardError; end class CommandNotFoundError < CommandLineError; end class ExitStatusError < CommandLineError; end class InterpolationError < CommandLineError; end end
Version data entries
12 entries across 12 versions & 4 rubygems