Method: Longjing::Search::Base#solution
- Defined in:
- lib/longjing/search/base.rb
#solution(state) ⇒ Object
49 50 51 |
# File 'lib/longjing/search/base.rb', line 49 def solution(state) state.path.map(&:signature).tap(&method(:log_solution)) end |