os/mac/version: fix Rubocop warnings.
This commit is contained in:
parent
f421374af1
commit
00f5aa81f2
@ -12,8 +12,8 @@ module OS
|
||||
:lion => "10.7",
|
||||
:snow_leopard => "10.6",
|
||||
:leopard => "10.5",
|
||||
:tiger => "10.4"
|
||||
}
|
||||
:tiger => "10.4",
|
||||
}.freeze
|
||||
|
||||
def self.from_symbol(sym)
|
||||
str = SYMBOLS.fetch(sym) do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user