diff options
author | Kevin Newton <[email protected]> | 2024-07-16 15:13:55 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-07-16 19:26:28 +0000 |
commit | c4a021ef9606bb9777cd72fd716a6c89358465e0 (patch) | |
tree | 4df7035c8dd73402024d1c8d216e908af9465a13 | |
parent | e3c5d73e0f1eee443893ffb97e4b2878ae5ac69f (diff) |
[ruby/prism] Move sample files under sample/prism
https://github.com/ruby/prism/commit/9e9b069404
-rw-r--r-- | sample/prism/find_calls.rb (renamed from sample/find_calls.rb) | 0 | ||||
-rw-r--r-- | sample/prism/find_comments.rb (renamed from sample/find_comments.rb) | 0 | ||||
-rw-r--r-- | sample/prism/locate_nodes.rb (renamed from sample/locate_nodes.rb) | 0 | ||||
-rw-r--r-- | sample/prism/visit_nodes.rb (renamed from sample/visit_nodes.rb) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/sample/find_calls.rb b/sample/prism/find_calls.rb index 30af56c719..30af56c719 100644 --- a/sample/find_calls.rb +++ b/sample/prism/find_calls.rb diff --git a/sample/find_comments.rb b/sample/prism/find_comments.rb index 6a26cd32b7..6a26cd32b7 100644 --- a/sample/find_comments.rb +++ b/sample/prism/find_comments.rb diff --git a/sample/locate_nodes.rb b/sample/prism/locate_nodes.rb index 7a51db4367..7a51db4367 100644 --- a/sample/locate_nodes.rb +++ b/sample/prism/locate_nodes.rb diff --git a/sample/visit_nodes.rb b/sample/prism/visit_nodes.rb index 5ba703b0a3..5ba703b0a3 100644 --- a/sample/visit_nodes.rb +++ b/sample/prism/visit_nodes.rb |