Sha256: 3fa96d087c31e60926e5f5a685c93fae5c840ef14bd4a0546a759f980c98c821
Contents?: true
Size: 378 Bytes
Versions: 35
Compression:
Stored size: 378 Bytes
Contents
class Tilt::Template # Tilt outputs the following error: # WARN: tilt autoloading 'sass' in a non thread-safe way; explicit require 'sass' suggested. # I can't get rid of this no matter what I do. (If someone smarter wants to take a shot at # it, please do.) For now for my sanity, I'm just silencing its warnings. def warn(*args) # Kernel.warn(*args) end end
Version data entries
35 entries across 35 versions & 1 rubygems