Sha256: 08e66dc43385d3a4c22c48b5f29b9364dd2ece667c8729925f4238e4d7a660af
Contents?: true
Size: 192 Bytes
Versions: 47
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true require 'haml/util' module Haml class Filters class Base def initialize(options = {}) @format = options[:format] end end end end
Version data entries
47 entries across 47 versions & 1 rubygems