Sha256: db61b574bf9582f7acecfada9c3d8b8f564b91b9508453c9237f78b9e91b3946
Contents?: true
Size: 169 Bytes
Versions: 3
Compression:
Stored size: 169 Bytes
Contents
module SexpThing class Class < Base def name sexp[1][1][1] end def defined_methods SexpInfo.new(sexp[3]).defined_methods 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/class.rb |
sexp_info-0.0.2 | lib/sexp_info/sexp_thing/class.rb |
sexp_info-0.0.1 | lib/sexp_info/sexp_thing/class.rb |