Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 18, 2023
1 parent 5d25fd2 commit 32eb6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_indexer/lib/ruby_indexer/entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Method < Entry
location: Prism::Location,
comments: T::Array[String],
parameters_node: T.nilable(Prism::ParametersNode),
namespace: T.nilable(String), # nilable or not?
namespace: T.nilable(String),
).void
end
def initialize(name, file_path, location, comments, parameters_node, namespace)
Expand Down

0 comments on commit 32eb6c7

Please sign in to comment.