class EverExp::WithoutFiles

Public Class Methods

instance() click to toggle source
# File lib/ever_exp/without_files.rb, line 9
def instance
  @single ||= new
end

Public Instance Methods

each(&block) click to toggle source
# File lib/ever_exp/without_files.rb, line 18
def each &block
  [].each &block
end
isHtml?() click to toggle source
# File lib/ever_exp/without_files.rb, line 22
def isHtml?
  false
end
name() click to toggle source
# File lib/ever_exp/without_files.rb, line 14
def name
  'without_files'
end