Skip to content

Commit

Permalink
Redeclare Prism::Compiler::Result as type member in SmartTodo::Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
indominus-joe committed May 10, 2024
1 parent 10cf9d7 commit b9c8e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/smart_todo/todo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def initialize(method_name, arguments, location)
end

class Compiler < Prism::Compiler
Result = type_member

attr_reader :metadata

def initialize(metadata)
Expand Down

0 comments on commit b9c8e95

Please sign in to comment.