Create a new Feature object from lpath, pathname and ext.
lpath
pathname
ext
363 364 365
# File 'lib/library.rb', line 363 def feature(lpath, pathname, ext=nil) Feature.new(self, lpath, pathname, ext) end