class ImageSize::Size
Array joining with ‘x’
Public Instance Methods
Source
# File lib/image_size.rb, line 28 def height self[1] end
get second element
Also aliased as: h
Array joining with ‘x’
# File lib/image_size.rb, line 28 def height self[1] end
get second element