module Leftovers::MatcherBuilders::String

Public Class Methods

build(pattern) click to toggle source
# File lib/leftovers/matcher_builders/string.rb, line 6
def self.build(pattern)
  pattern.to_sym
end