class Rabbit::ImageManipulable::Default
Public Class Methods
Private Instance Methods
Source
# File lib/rabbit/image/default.rb, line 17 def update_size File.open(@filename, "rb") do |file| Dir.chdir(File.dirname(@filename)) do load_data(file.read) end end end