Module: Postmates::Utils
Instance Method Summary collapse
Instance Method Details
#timeify(timestamp) ⇒ Object
10 11 12 |
# File 'lib/postmates/utils.rb', line 10 def timeify() DateTime.iso8601 if end |
#urlify(href) ⇒ Object
6 7 8 |
# File 'lib/postmates/utils.rb', line 6 def urlify(href) URI(href) if href end |