Method: RubyXL::Sqref#to_s

Defined in:
lib/rubyXL/objects/reference.rb

#to_sObject



115
116
117
# File 'lib/rubyXL/objects/reference.rb', line 115

def to_s
  self.collect(&:to_s).join(' ')
end