Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebf132e

Browse filesBrowse files
committed
Show 'Yay!' if all given dojo names are hit by search #1433
1 parent eeaed05 commit ebf132e
Copy full SHA for ebf132e

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎get_dojo_list.rb

Copy file name to clipboardExpand all lines: get_dojo_list.rb
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@
6060
# 検索して見つからなかった Dojo 一覧があれば出力
6161
puts '--- NOTE ---'
6262
puts "道場数: #{dojo_list.count}"
63+
puts "Yay! All given dojo names are successfully hit in DB! 🎉" if not_found.empty?
6364
not_found.each {|dojo_name| puts "Not found: #{dojo_name}" }

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.