class Sass::Tree::Visitors::CheckNesting
def try_send(method, *args)
def try_send(method, *args) return unless respond_to?(method, true) send(method, *args) end
def try_send(method, *args) return unless respond_to?(method, true) send(method, *args) end