class DirectLink::ErrorAssert

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/directlink.rb, line 15
def initialize msg
  super "#{msg} -- consider reporting this issue to GitHub"
end