Sha256: 572d0c5f579c8d41bcc9948477a2140311b771d0643df176a2d0cff117d8ee30
Contents?: true
Size: 567 Bytes
Versions: 6
Compression:
Stored size: 567 Bytes
Contents
# # File 'nil.rb' created on 18 mar 2008 at 12:41:27. # # See 'dokkit.rb' or +LICENSE+ for licence information. # # (C) 2008 Andrea Fazzi <andrea.fazzi@alca.le.it> (and contributors). # module Dokkit module Filter class Nil def filter(text) text end end end end
Version data entries
6 entries across 6 versions & 1 rubygems