Class: Whatsnew::NoNewsFile

Inherits:
Object
  • Object
show all
Defined in:
lib/whatsnew/no_news_file.rb

Instance Method Summary collapse

Instance Method Details

#contentObject



11
12
13
# File 'lib/whatsnew/no_news_file.rb', line 11

def content
  EMPTY_STRING
end

#file_nameObject



3
4
5
# File 'lib/whatsnew/no_news_file.rb', line 3

def file_name
  NOT_FOUND
end

#file_urlObject



7
8
9
# File 'lib/whatsnew/no_news_file.rb', line 7

def file_url
  NOT_FOUND
end

#readObject



15
16
17
# File 'lib/whatsnew/no_news_file.rb', line 15

def read
  NOT_FOUND
end