Sha256: f872a7bbdbfc34047707ce4753639ba9a57bbef40a2dff7b1eb612a4fbf12e89
Contents?: true
Size: 135 Bytes
Versions: 26
Compression:
Stored size: 135 Bytes
Contents
class DatabaseFake attr_accessor :from def initialize(from) @from = from end def from(table) @from[table] end end
Version data entries
26 entries across 26 versions & 7 rubygems