Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

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

save (#246)

authored by

barseek and committed by
GitHub
df92a584 446af49e

+1 -1
+1 -1
lib/literal/data.rb
··· 9 9 def literal_properties 10 10 return @literal_properties if defined?(@literal_properties) 11 11 12 - if superclass.is_a?(Literal::Data) 12 + if superclass < Literal::Data 13 13 @literal_properties = superclass.literal_properties.dup 14 14 else 15 15 @literal_properties = Literal::Properties::DataSchema.new