Sha256: 71d0ae50ff973ba1a1b8b4c7ccf0bc3b25d32d453ed1b5d7d13dfb6a87807e87

Contents?: true

Size: 107 Bytes

Versions: 6

Compression:

Stored size: 107 Bytes

Contents

#
# NONE
#
Comatose::TextFilters.define :none, "[No Filter]" do
  def render_text(text)
    text
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
comatose-rubyisbeautiful-3.0.5 lib/text_filters/none.rb
comatose-rubyisbeautiful-3.0.4 lib/text_filters/none.rb
comatose-rubyisbeautiful-3.0.3 lib/text_filters/none.rb
comatose-rubyisbeautiful-3.0.2 lib/text_filters/none.rb
comatose-rubyisbeautiful-3.0.1 lib/text_filters/none.rb
comatose-rubyisbeautiful-3.0.0 lib/text_filters/none.rb