module RSpec::Core::RubyProject
def ascend_until # :nodoc:
def ascend_until # :nodoc: Pathname(File.expand_path('.')).ascend do |path| return path if yield(path) end end
def ascend_until # :nodoc: Pathname(File.expand_path('.')).ascend do |path| return path if yield(path) end end