module Sass::Plugin

def check_for_updates

Other tags:
    See: #update_stylesheets -
def check_for_updates
  return unless !Sass::Plugin.checked_for_updates ||
      Sass::Plugin.options[:always_update] || Sass::Plugin.options[:always_check]
  update_stylesheets
end