1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Rmove old TestTimeTZ::TZ#abbr attribute

This commit is contained in:
Nobuyoshi Nakada 2019-06-29 17:55:22 +09:00
parent 7ba14b029c
commit a17fba6989
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -544,7 +544,7 @@ Europe/Lisbon Sun Dec 31 23:59:59 1911 UT = Sun Dec 31 23:23:14 1911 LMT isdst=
End
class TZ
attr_reader :name, :abbr, :offset
attr_reader :name, :offset
def initialize(name, abbr, offset)
@name = name