# File lib/parslet/pattern/binding.rb, line 37
  def can_bind?(subtree)
    not [Hash, Array].include?(subtree.class)
  end