class RSpec::Core::Source::Node

def self.sexp?(array)

def self.sexp?(array)
  array.is_a?(Array) && array.first.is_a?(Symbol)
end