We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4289259 commit 1b96cd1Copy full SHA for 1b96cd1
lib/optimizely.rb
@@ -70,7 +70,7 @@ class << self
70
# Get or create a cached Project instance for static datafile configurations
71
# This prevents memory leaks when the same datafile is used repeatedly
72
#
73
- # @param datafile - JSON string representing the project
+ # @param datafile [String] JSON string representing the project
74
# @param options - Hash of initialization options (optional)
75
# @return [Project] Cached or new Project instance
76
def self.get_or_create_instance(datafile: nil, **options)
0 commit comments