class GitDS::ModelItem
# ———————————————————————- Base class for DB-only ModelItem
objects. These do not appear in the filesystem.
Public Class Methods
new(model, path)
click to toggle source
# File lib/git-ds/model/db_item.rb, line 41 def initialize(model, path) initialize_item(model, path) end