Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_urlObject



84
85
86
# File 'lib/dummy_files.rb', line 84

def to_url
  "http://" + self
end