Sha256: e4b08a6aa1599db85170fbfccf712f388720b2603a72a3a4b3578c3c87d19bb5
Contents?: true
Size: 193 Bytes
Versions: 7
Compression:
Stored size: 193 Bytes
Contents
module Stackster class StackLister def initialize(args={}) @config = args[:config] end def all e = EntryLister.new :config => @config e.all end end end
Version data entries
7 entries across 7 versions & 1 rubygems