Module: Niconico::Helper
Instance Method Summary collapse
Instance Method Details
#mylist?(url) ⇒ Boolean
3 4 5 6 |
# File 'lib/nv/niconico/helper.rb', line 3 def mylist?(url) return true if url =~ /mylist\/\d+/ false end |
3 4 5 6 |
# File 'lib/nv/niconico/helper.rb', line 3 def mylist?(url) return true if url =~ /mylist\/\d+/ false end |