Skip to content

Commit

Permalink
Add class description
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Sep 1, 2024
1 parent ff7b7a5 commit d456514
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'lib/refine_tree.rb'
- 'lib/refine_tree/converter/prism.rb'

# Offense count: 4
# Configuration parameters: AllowedVariables.
Expand Down
1 change: 1 addition & 0 deletions lib/refine_tree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require_relative 'refine_tree/version'
require_relative 'refine_tree/refine_tree'

# Parse Ruby code with Ruby's Parser(Universal Parser)
module RefineTree
def self.parse(source)
refine_tree_parse(source)
Expand Down

0 comments on commit d456514

Please sign in to comment.