mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
[rubygems/rubygems] Normalize end alignment style with Bundler
f7f504b24c
This commit is contained in:
parent
a892e5599e
commit
f04954d95c
30 changed files with 291 additions and 291 deletions
|
@ -140,10 +140,10 @@ Specific fields in the specification can be extracted in YAML format:
|
|||
s = s.send field if field
|
||||
|
||||
say case options[:format]
|
||||
when :ruby then s.to_ruby
|
||||
when :marshal then Marshal.dump s
|
||||
else s.to_yaml
|
||||
end
|
||||
when :ruby then s.to_ruby
|
||||
when :marshal then Marshal.dump s
|
||||
else s.to_yaml
|
||||
end
|
||||
|
||||
say "\n"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue