Class: ImageSize::Size

Inherits:
Array
  • Object
show all
Defined in:
lib/image_size.rb

Overview

Array joining with ‘x’

Instance Method Summary collapse

Instance Method Details

#to_sObject

join using ‘x’



13
14
15
# File 'lib/image_size.rb', line 13

def to_s
  join('x')
end