Class: Supa::Commands::Append

Inherits:
Collection show all
Defined in:
lib/supa/commands/append.rb

Constant Summary

Constants inherited from Supa::Command

Supa::Command::UnsupportedModifier

Instance Method Summary collapse

Methods inherited from Collection

#represent

Methods inherited from Supa::Command

#initialize, #represent

Constructor Details

This class inherits a constructor from Supa::Command

Instance Method Details

#define_treeObject



4
5
6
# File 'lib/supa/commands/append.rb', line 4

def define_tree
  @tree[@name] ||= !value ? nil : []
end