class GreenMidget::NoTextFound
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/green_midget/errors/no_text_found.rb, line 3 def initialize super <<-MSG You should either implement the text method or provide an instance variable at this point. MSG end