Method: Sass::Plugin#checked_for_updates
- Defined in:
- lib/sass/plugin.rb
#checked_for_updates ⇒ Boolean
Whether or not Sass has ever checked if the stylesheets need to be updated (in this Ruby instance).
44 45 46 |
# File 'lib/sass/plugin.rb', line 44
def checked_for_updates
@checked_for_updates
end
|