mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
[rubygems/rubygems] Change enforce style with Layout/CaseIndentation on rubygems
d4938259c4
This commit is contained in:
parent
6183180603
commit
760b8b7d24
11 changed files with 115 additions and 115 deletions
|
@ -140,9 +140,9 @@ 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
|
||||
when :ruby then s.to_ruby
|
||||
when :marshal then Marshal.dump s
|
||||
else s.to_yaml
|
||||
end
|
||||
|
||||
say "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue