Module: Ankit::Finding
- Included in:
- ChallengeCommand
- Defined in:
- lib/ankit/find_command.rb
Instance Method Summary collapse
Instance Method Details
#find_paths(runtime, names) ⇒ Object
34 35 36 |
# File 'lib/ankit/find_command.rb', line 34 def find_paths(runtime, names) FindCommand.new(runtime, names).to_enum(:each_path).to_a end |