Skip to content

Commit

Permalink
Tweak sample data and enable Dojo.count for easy checking
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Dec 26, 2024
1 parent 0383635 commit 0ca5568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions get_dojo_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
puts result

# デバッグ用コード -- 見つからなかった Dojo 等あれば出力
#puts ''
#puts '--- NOTE ---'
#puts "道場数: #{dojo_list.count}"
#not_found.each {|dojo_name| puts "Not-found or In-active: #{dojo_name}" }
puts ''
puts '--- NOTE ---'
puts "道場数: #{dojo_list.count}"
not_found.each {|dojo_name| puts "Not-found or In-active: #{dojo_name}" }

1 change: 1 addition & 0 deletions get_dojo_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CoderDojo 稲沢正明寺
CoderDojo岐阜
CoderDojo伊勢原
CoderDojo なかもず
CoderDojo堺
CoderDojo 奈良
CoderDojo 生駒
CoderDojo南紀田辺
Expand Down

0 comments on commit 0ca5568

Please sign in to comment.