Module: RuBittrex::Helpers
- Defined in:
- lib/ru_bittrex/helpers.rb
Instance Method Summary collapse
Instance Method Details
#extract_timestamp(value) ⇒ Object
5 6 7 8 |
# File 'lib/ru_bittrex/helpers.rb', line 5 def (value) return if value.nil? or value.strip.empty? DateTime.parse value end |