Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Align defaults with generated code (#319)

authored by

Alexey Zapparov and committed by
GitHub
a1aeab6b 7653ee84

+1 -1
+1 -1
lib/literal/properties.rb
··· 85 85 else 86 86 @__literal_extension__ = Module.new do 87 87 def initialize 88 - after_initialize if respond_to?(:after_initialize) 88 + after_initialize if respond_to?(:after_initialize, true) 89 89 end 90 90 91 91 def to_h