Class: Muwu::ProjectException::NoHTMLViewerConfigured
- Inherits:
-
Object
- Object
- Muwu::ProjectException::NoHTMLViewerConfigured
- Defined in:
- lib/muwu/project_exception/no_html_viewer_configured.rb
Instance Method Summary collapse
-
#initialize ⇒ NoHTMLViewerConfigured
constructor
A new instance of NoHTMLViewerConfigured.
- #report ⇒ Object
- #type ⇒ Object
Constructor Details
#initialize ⇒ NoHTMLViewerConfigured
Returns a new instance of NoHTMLViewerConfigured.
6 7 8 |
# File 'lib/muwu/project_exception/no_html_viewer_configured.rb', line 6 def initialize $stderr.puts "#{self.class}" end |
Instance Method Details
#report ⇒ Object
11 12 13 |
# File 'lib/muwu/project_exception/no_html_viewer_configured.rb', line 11 def report "No HTML viewer configued to run from the 'open' command." end |
#type ⇒ Object
16 17 18 |
# File 'lib/muwu/project_exception/no_html_viewer_configured.rb', line 16 def type :view end |