Sha256: 0a44a943c893d18627ec57233f610d16fe899e232a60183a216f0700790ffc88
Contents?: true
Size: 358 Bytes
Versions: 12
Compression:
Stored size: 358 Bytes
Contents
require 'papa/command/base' module Papa module Command module Larga class Type < Command::Base def initialize command = 'type larga' super(command) end def failure_message super Helper::Output.stderr 'Larga is not installed in this system' end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems