visualculture.prototype
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

vc-grit.rb
application/x-ruby

Download raw (281 bytes)

# encoding: UTF-8
# Here we include Visual Culture-specific mixins and modules into the Grit ecosystem

module Grit
  class Blob
    include Linguist::BlobHelper
    include VC::TransductionHelper
    include VC::CacheHelper
  end
  class Repo
    include VC::RepoHelper
  end
end