Checks if this is a Tree.
Returns:
80
# File 'lib/gash.rb', line 80 def tree?; self.class == Gash::Tree end