Sha256: c6c03fe9411ced303c14b97c576fd7c5e1ff9a6003f737be2105fc609b1daac9
Contents?: true
Size: 302 Bytes
Versions: 4
Compression:
Stored size: 302 Bytes
Contents
module EverExp class WithoutFiles include Enumerable class << self private :new def instance @single ||= new end end def name 'without_files' end def each &block [].each &block end def isHtml? false end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ever_exp-0.1.3 | lib/ever_exp/without_files.rb |
ever_exp-0.1.2 | lib/ever_exp/without_files.rb |
ever_exp-0.1.1 | lib/ever_exp/without_files.rb |
ever_exp-0.1.0 | lib/ever_exp/without_files.rb |