class Rudisco::Helpers::NotAUrl

Public Class Methods

new(url) click to toggle source
Calls superclass method
# File lib/rudisco/helpers.rb, line 66
def initialize(url); super "Url '#{url}' is not a string or empty!" end