Class: EverExp::WithoutFiles
- Inherits:
-
Object
- Object
- EverExp::WithoutFiles
- Includes:
- Enumerable
- Defined in:
- lib/ever_exp/without_files.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.instance ⇒ Object
9 10 11 |
# File 'lib/ever_exp/without_files.rb', line 9 def instance @single ||= new end |
Instance Method Details
#each(&block) ⇒ Object
18 19 20 |
# File 'lib/ever_exp/without_files.rb', line 18 def each &block [].each &block end |
#isHtml? ⇒ Boolean
22 23 24 |
# File 'lib/ever_exp/without_files.rb', line 22 def isHtml? false end |
#name ⇒ Object
14 15 16 |
# File 'lib/ever_exp/without_files.rb', line 14 def name 'without_files' end |