class Muwu::ProjectException::LynxNotAvailable
Public Class Methods
new()
click to toggle source
# File lib/muwu/project_exception/lynx_not_available.rb, line 6 def initialize $stderr.puts "#{self.class}" end
Public Instance Methods
report()
click to toggle source
# File lib/muwu/project_exception/lynx_not_available.rb, line 11 def report "lynx is not available" end
type()
click to toggle source
# File lib/muwu/project_exception/lynx_not_available.rb, line 16 def type :view end