class Muwu::ProjectException::OutputNotOpen

Public Class Methods

new() click to toggle source
# File lib/muwu/project_exception/output_not_open.rb, line 6
def initialize
  $stderr.puts "#{self.class}"
end

Public Instance Methods

type() click to toggle source
# File lib/muwu/project_exception/output_not_open.rb, line 11
def type
  :internal
end