File object. Undefined methods

  • Thread starter Olivier Moratin
  • Start date
O

Olivier Moratin

Hi

I'm doing the following in the console of a Rails app
NoMethodError: undefined method `dirname' for
#<File:/WebApps/app/xml/feed.xml>

I've tried other methods written in the doc of the File class to no
avail.

What am I missing?

Thanks
 
T

Tim Hunter

Olivier said:
Hi

I'm doing the following in the console of a Rails app

NoMethodError: undefined method `dirname' for
#<File:/WebApps/app/xml/feed.xml>

I've tried other methods written in the doc of the File class to no
avail.

What am I missing?

Thanks

Read the doc very carefully. dirname is a singleton method in File, not
an instance method.

File.dirname("#{RAILS_ROOT}/xml/feed.xml")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top