class SomethingWithInitialize

Public Class Methods

new() click to toggle source
# File test/test_parse_tree.rb, line 31
def initialize; end

Protected Instance Methods

protected_meth() click to toggle source
# File test/test_parse_tree.rb, line 33
def protected_meth; end