class RetroCasts::NullWebsite

Public Instance Methods

collect() click to toggle source
# File lib/retro_casts/null_website.rb, line 7
def collect
  self
end
each_with_index() click to toggle source
# File lib/retro_casts/null_website.rb, line 11
def each_with_index
  RetroCasts.display("No Episodes Found")
end
empty?() click to toggle source
# File lib/retro_casts/null_website.rb, line 3
def empty?
  true
end