Sha256: 9b9bd4e008ab84fcfa91d88bdeac66344e9f0c482cfc0791d84c80e12d28b369
Contents?: true
Size: 168 Bytes
Versions: 3
Compression:
Stored size: 168 Bytes
Contents
module SexpThing class Module < Base def name sexp[1][1][1] end def defined_classes SexpInfo.new(sexp[2]).defined_classes end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sexp_info-0.0.3 | lib/sexp_info/sexp_thing/module.rb |
sexp_info-0.0.2 | lib/sexp_info/sexp_thing/module.rb |
sexp_info-0.0.1 | lib/sexp_info/sexp_thing/module.rb |