class ToFactory::Parsing::CouldNotInferClassException

Attributes

sexp[R]

Public Class Methods

new(sexp) click to toggle source
# File lib/to_factory/parsing/syntax.rb, line 8
def initialize(sexp)
  @sexp = sexp
end