Class: Whatsnew::NoNewsFile
- Inherits:
-
Object
- Object
- Whatsnew::NoNewsFile
- Defined in:
- lib/whatsnew/no_news_file.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
11 12 13 |
# File 'lib/whatsnew/no_news_file.rb', line 11 def content EMPTY_STRING end |
#file_name ⇒ Object
3 4 5 |
# File 'lib/whatsnew/no_news_file.rb', line 3 def file_name NOT_FOUND end |
#file_url ⇒ Object
7 8 9 |
# File 'lib/whatsnew/no_news_file.rb', line 7 def file_url NOT_FOUND end |
#read ⇒ Object
15 16 17 |
# File 'lib/whatsnew/no_news_file.rb', line 15 def read NOT_FOUND end |