class Sexpir::Component

Attributes

name[RW]
type[RW]

Public Instance Methods

sexp() click to toggle source
# File lib/sexpir/ast_sexp.rb, line 173
def sexp
  "(component #{name} #{type})"
end