Class: ExceptionOverflow::Message

Inherits:
Object
  • Object
show all
Defined in:
lib/exception_overflow/message.rb

Instance Method Summary collapse

Constructor Details

#initialize(q) ⇒ Message

Returns a new instance of Message.



3
4
5
# File 'lib/exception_overflow/message.rb', line 3

def initialize(q)
  @q = q
end

Instance Method Details

#renderObject



7
8
9
# File 'lib/exception_overflow/message.rb', line 7

def render
  @q + "\n\n#{links}"
end