struct Analyzer::Ruby::Rails::ConcernResource

Defined in:

analyzer/analyzers/ruby/rails.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind_kw : String, name : String, options : Hash(String, String), stack : Array(Frame)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(kind_kw _kind_kw = @kind_kw, name _name = @name, options _options = @options, stack _stack = @stack) #

[View source]
def kind_kw : String #

def name : String #

def options : Hash(String, String) #

def stack : Array(Frame) #