class Scenic::Definition

Public Instance Methods

full_path() click to toggle source
# File lib/hippo/db/migrations.rb, line 33
def full_path
    Pathname.pwd.join(path)
end