Method: PhotoUtils::Frame#inspect

Defined in:
lib/photo_utils/frame.rb

#inspectObject



17
18
19
# File 'lib/photo_utils/frame.rb', line 17

def inspect
  "<#{self.class} height=#{@height.inspect} width=#{@width.inspect}>"
end