28 29 30 31
# File 'lib/analyst/parser.rb', line 28 def self.for_source(source) ast = parse_source(source) new([ast].compact) end