class Balmora::Command::Yaourt
Public Class Methods
new(state, command)
click to toggle source
Calls superclass method
Balmora::Command::Pacman::new
# File lib/balmora/command/yaourt.rb, line 5 def initialize(state, command) super(state, command) @bin = ['yaourt'] end