class FayrantLang::AST::StringInterpolationFragment

Defined in:

ast/expression.cr

Constructors

Instance Method Summary

Instance methods inherited from class FayrantLang::AST::StringFragment

==(other) ==, eval(ctx : Context) : String eval

Constructor Detail

def self.new(expr : Expr) #

[View source]

Instance Method Detail

def ==(other : StringInterpolationFragment) #

[View source]
def eval(ctx : Context) : String #

[View source]

[View source]