Class: BitlyExpander

Inherits:
Object
  • Object
show all
Defined in:
lib/uncoil/expanders/bitly_expander.rb

Class Method Summary collapse

Class Method Details

.expand(short_url, bitly_instance) ⇒ Object



2
3
4
# File 'lib/uncoil/expanders/bitly_expander.rb', line 2

def self.expand(short_url, bitly_instance)
  bitly_instance.expand(short_url).long_url
end