Class: Muwu::ProjectException::OutputNotOpen

Inherits:
Object
  • Object
show all
Defined in:
lib/muwu/project_exception/output_not_open.rb

Instance Method Summary collapse

Constructor Details

#initializeOutputNotOpen

Returns a new instance of OutputNotOpen.



6
7
8
# File 'lib/muwu/project_exception/output_not_open.rb', line 6

def initialize
  $stderr.puts "#{self.class}"
end

Instance Method Details

#typeObject



11
12
13
# File 'lib/muwu/project_exception/output_not_open.rb', line 11

def type
  :internal
end