class Haml::StringSplitter

def call(ast)

Do nothing if ripper is unavailable
def call(ast)
  ast
end