class Temple::Filters::StringSplitter

def call(ast)

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