Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/the_tvdb.rb
Instance Method Summary collapse
Instance Method Details
#to_tvdb_array ⇒ Object
45 46 47 |
# File 'lib/the_tvdb.rb', line 45 def to_tvdb_array gsub(/^\|/, '').split('|').map(&:strip) end |