Sha256: 43947a92491e9b6970af803d0e3e2d1dc6311e87bb23b43952b919dcfdd39bde

Contents?: true

Size: 134 Bytes

Versions: 4

Compression:

Stored size: 134 Bytes

Contents

module SexpThing

  class Arg < Base

    def name
      sexp[1]
    end

    def optional?
      sexp.count == 2
    end

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sexp_info-0.0.4 lib/sexp_info/sexp_thing/arg.rb
sexp_info-0.0.3 lib/sexp_info/sexp_thing/arg.rb
sexp_info-0.0.2 lib/sexp_info/sexp_thing/arg.rb
sexp_info-0.0.1 lib/sexp_info/sexp_thing/arg.rb