Merge pull request #12874 from Homebrew/dependabot/bundler/Library/Homebrew/unparser-0.6.4
build(deps): bump unparser from 0.6.3 to 0.6.4 in /Library/Homebrew
This commit is contained in:
commit
31abad7681
@ -182,7 +182,7 @@ GEM
|
||||
unf_ext
|
||||
unf_ext (0.0.8)
|
||||
unicode-display_width (2.1.0)
|
||||
unparser (0.6.3)
|
||||
unparser (0.6.4)
|
||||
diff-lcs (~> 1.3)
|
||||
parser (>= 3.1.0)
|
||||
uri_template (0.7.0)
|
||||
|
||||
@ -797,6 +797,12 @@ class Unparser::Emitter::Defined < ::Unparser::Emitter
|
||||
def subject; end
|
||||
end
|
||||
|
||||
class Unparser::Emitter::FindPattern < ::Unparser::Emitter
|
||||
private
|
||||
|
||||
def dispatch; end
|
||||
end
|
||||
|
||||
class Unparser::Emitter::FlipFlop < ::Unparser::Emitter
|
||||
def symbol_name; end
|
||||
|
||||
@ -1059,7 +1065,19 @@ class Unparser::Emitter::MatchPattern < ::Unparser::Emitter
|
||||
def target; end
|
||||
end
|
||||
|
||||
Unparser::Emitter::MatchPattern::SYMBOL = T.let(T.unsafe(nil), String)
|
||||
|
||||
class Unparser::Emitter::MatchPatternP < ::Unparser::Emitter
|
||||
private
|
||||
|
||||
def dispatch; end
|
||||
def pattern; end
|
||||
def remaining_children; end
|
||||
def target; end
|
||||
end
|
||||
|
||||
class Unparser::Emitter::MatchRest < ::Unparser::Emitter
|
||||
def dispatch; end
|
||||
def emit_array_pattern; end
|
||||
def emit_hash_pattern; end
|
||||
|
||||
@ -64,7 +64,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/patchelf-1.3.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/plist-3.6.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/pry-0.14.1/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rack-2.2.3/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unparser-0.6.3/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unparser-0.6.4/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rbi-0.0.12/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/rdiscount-2.2.0.2"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rdiscount-2.2.0.2/lib"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user