Method: Rake::DSL#read_resource
- Defined in:
- lib/rake/config.rb
#read_resource(aPartialResourcePath) ⇒ Object
740 741 742 |
# File 'lib/rake/config.rb', line 740 def read_resource(aPartialResourcePath) File.open(Conf.find_resource(aPartialResourcePath)).read; end |