We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fa8ff commit 33b9ffdCopy full SHA for 33b9ffd
lib/arkana/models/type.rb
@@ -23,6 +23,6 @@ def self.new(string_value:)
23
24
# The default type to use when we shouldn't be inferring types.
25
def self.default_type
26
- return STRING
+ STRING
27
end
28
0 commit comments