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:
parent
7ba14b029c
commit
a17fba6989
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue