# File lib/rubytter.rb, line 13 def initialize(msg, response = nil) super(msg) @response = response end