Method: MongoidExt::File#data
- Defined in:
- lib/mongoid_ext/file.rb
#data ⇒ Object
92 93 94 95 96 97 98 99 |
# File 'lib/mongoid_ext/file.rb', line 92 def data if self.get self.get.data else puts "WARNING: the file you are trying to read doesn't exist: #{self.inspect}" nil end end |