class Ripper::Selector

Defined in:

ripper/selector.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def commas : Array(String) #

[View source]
def commas=(commas : Array(String)) #

[View source]
def expand(names = [] of String, env = {String => Variable}) #

[View source]
def indent : Int32 #

[View source]
def indent=(indent : Int32) #

[View source]
def line #

[View source]
def line=(line) #

[View source]
def name : String #

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

[View source]
def properties : Array(Ripper::Property) #

[View source]
def properties=(properties : Array(Ripper::Property)) #

[View source]
def render(names = [] of String, env = {String => Variable}) #

[View source]
def render_self(names = [] of String, env = {String => Variable}) #

[View source]
def selectors : Array(Ripper::Selector) #

[View source]
def selectors=(selectors : Array(Ripper::Selector)) #

[View source]
def statement : Bool #

[View source]
def statement=(statement : Bool) #

[View source]
def target #

[View source]
def target=(target : Nil | Ripper::Selector) #

[View source]