struct Ripper::Property

Defined in:

ripper/property.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line, **options) #

[View source]

Instance Method Detail

def interpolate(locals = {} of String => Variable) #

[View source]
def interpolated? #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def original : String #

[View source]
def original=(original : String) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]
def with_prefixes #

[View source]