Skip to content

Commit 68df445

Browse files
committed
Replace TRUE constant to true
1 parent da4c72a commit 68df445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zbxapi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def initialize(url,*args)
136136

137137
#Generate the list of sub objects dynamically, from all objects
138138
#derived from ZabbixAPI_Base
139-
objects=TRUE
139+
objects=true
140140
silence_warnings do
141141
objects=Object.constants.map do |i|
142142
obj=Object.const_get(i.intern)

0 commit comments

Comments
 (0)