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.
2 parents caf2895 + a063081 commit dec41ccCopy full SHA for dec41cc
VERSION
@@ -1 +1 @@
1
-3.0.10
+3.0.11
lib/rdf/vocabulary.rb
@@ -205,7 +205,7 @@ def property(*args)
205
@ontology ||= prop if name.to_s.empty?
206
207
# Define an accessor, except for problematic properties
208
- (class << self; self; end).send(:define_method, name) { prop } unless %w(property hash).include?(name.to_s)
+ (class << self; self; end).send(:define_method, name) { prop } unless %w(property term hash).include?(name.to_s)
209
else
210
# Define the term without a name
211
# Term attributes passed in a block for lazy evaluation. This helps to avoid load-time circular dependencies
0 commit comments