class Ripper::Selector
Defined in:
ripper/selector.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(line, **options)
#
Instance Method Detail
def
commas : Array(String)
#
def
commas=(commas : Array(String))
#
def
expand(names =
[] of String, env = {
String => Variable})
#
def
indent=(indent : Int32)
#
def
name=(name : String)
#
def
render(names =
[] of String, env = {
String => Variable})
#
def
render_self(names =
[] of String, env = {
String => Variable})
#
def
statement=(statement : Bool)
#