class GitCompound::Command::Arguments::Type::Argument::Argument
Abstract argument type
Public Instance Methods
used()
click to toggle source
# File lib/git_compound/command/arguments/type/argument/argument.rb, line 9 def used [value!].compact end
Private Instance Methods
value!()
click to toggle source
# File lib/git_compound/command/arguments/type/argument/argument.rb, line 15 def value! raise NotImplementedError end