Closed 417-72KI closed 6 years ago
When I called fus list in my project, It couldn't find a class starts with Card.
fus list
Card
I'm not an expert with Ruby, but it seems something wrong with regex in finder.rb#55.
finder.rb#55
I checked it in Rubular, and here is a screenshot.
When I change Card to HogeCard, it detects!
HogeCard
What's going on in this regex?
Best Regards
When I called
fus list
in my project, It couldn't find a class starts withCard
.I'm not an expert with Ruby, but it seems something wrong with regex in
finder.rb#55
.I checked it in Rubular, and here is a screenshot.
When I change
Card
toHogeCard
, it detects!What's going on in this regex?
Best Regards