class Papa::Command::Larga::Type
Public Class Methods
new()
click to toggle source
Calls superclass method
Papa::Command::Base::new
# File lib/papa/command/larga/type.rb, line 7 def initialize command = 'type larga' super(command) end
Public Instance Methods
failure_message()
click to toggle source
Calls superclass method
Papa::Command::Base#failure_message
# File lib/papa/command/larga/type.rb, line 12 def failure_message super Helper::Output.stderr 'Larga is not installed in this system' end