class Greg::ExistingProjectError

Attributes

dir[R]

Public Class Methods

new(dir) click to toggle source
# File lib/greg/exceptions.rb, line 11
def initialize(dir)
  @dir = dir
end