Sha256: 04df9f9bdabc74a9917b4241628076e363267549649d5017824442373e336d01

Contents?: true

Size: 125 Bytes

Versions: 2

Compression:

Stored size: 125 Bytes

Contents

module Niconico
  module Helper
    def mylist?(url)
      return true if url =~ /mylist\/\d+/
      false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nv-1.0.1 lib/nv/niconico/helper.rb
nv-1.0.0 lib/nv/niconico/helper.rb