Sha256: a3de0c1f994667a79b27457fcfa291f38edab8e957dcd29ac1ea9bfd90dae37e
Contents?: true
Size: 328 Bytes
Versions: 14
Compression:
Stored size: 328 Bytes
Contents
class RakeCommander module Options module Error # Relates to options with missing required argument (when there's no `default` value) class MissingArgument < RakeCommander::Options::Error::Base option_regex(/missing(?: required|) argument: (?<option>.+)/i.freeze) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems