class Identifiers::Handle

Public Class Methods

extract(str) click to toggle source
# File lib/identifiers/handle.rb, line 3
def self.extract(str)
  str.to_s.scan(%r{\b[0-9.]+/[^[:space:]]+\b}i)
end