module Nikkou::Findable

Public Instance Methods

find(*paths) click to toggle source
# File lib/nikkou/findable.rb, line 3
def find(*paths)
  search(*paths).first
end