struct
Analyzer::Ruby::Rails::ConcernResource
- Analyzer::Ruby::Rails::ConcernResource
- Struct
- Value
- Object
Defined in:
analyzer/analyzers/ruby/rails.crConstructors
Instance Method Summary
- #clone
- #copy_with(kind_kw _kind_kw = @kind_kw, name _name = @name, options _options = @options, stack _stack = @stack)
- #kind_kw : String
- #name : String
- #options : Hash(String, String)
- #stack : Array(Frame)
Constructor Detail
def self.new(kind_kw : String, name : String, options : Hash(String, String), stack : Array(Frame))
#
Instance Method Detail
def copy_with(kind_kw _kind_kw = @kind_kw, name _name = @name, options _options = @options, stack _stack = @stack)
#