Sha256: a265ea74240c8ed356298f434f48478be199725e7075e1aee243ceda55133595
Contents?: true
Size: 306 Bytes
Versions: 55
Compression:
Stored size: 306 Bytes
Contents
module Appfuel module File class Base attr_reader :filepath def initialize(name, path) end def attributes end def exsits?(data) end def where(data) end def limit(nbr) end def order(data) end end end end
Version data entries
55 entries across 55 versions & 1 rubygems