lib/dentaku/ast/access.rb in dentaku-3.5.3 vs lib/dentaku/ast/access.rb in dentaku-3.5.4

- old
+ new

@@ -15,12 +15,9 @@ def self.max_param_count arity end - def self.peek(*) - end - def initialize(data_structure, index) @structure = data_structure @index = index end