class Rudisco::Helpers::DirShouldNotExists

Public Class Methods

new(dir) click to toggle source
Calls superclass method
# File lib/rudisco/helpers.rb, line 72
def initialize(dir); super "Directory '#{dir}' should not exist!" end