Method: Findable::Seed.without_ext

Defined in:
lib/findable/seed.rb

.without_ext(seed_file) ⇒ Object



46
47
48
# File 'lib/findable/seed.rb', line 46

def without_ext(seed_file)
  pathname(seed_file).dirname.join(pathname(seed_file).basename(".*"))
end