Skip to content

Commit a045087

Browse files
doriantaylorgkellogg
authored andcommitted
bah forgot some predicate docs
1 parent 2b7dca0 commit a045087

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lib/rdf/changeset.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,20 @@ def readable?
9999
false
100100
end
101101

102+
##
103+
# Returns +false+ to indicate that this changeset _itself_ is not writable.
104+
#
105+
# @return [Boolean]
106+
# @see RDF::Writable#writable?
102107
def writable?
103108
false
104109
end
105110

111+
##
112+
# Returns +false+ to indicate that this changeset _itself_ is not mutable.
113+
#
114+
# @return [Boolean]
115+
# @see RDF::Mutable#mutable?
106116
def mutable?
107117
false
108118
end

0 commit comments

Comments
 (0)