Module: RDF::Readable

Extended by:
Util::Aliasing::LateBound
Included in:
Mutable, Reader
Defined in:
lib/rdf/mixin/readable.rb

Instance Method Summary collapse

Methods included from Util::Aliasing::LateBound

alias_method

Instance Method Details

#readable?Boolean

Returns true if self is readable.

Returns:

  • (Boolean)

See Also:



11
12
13
# File 'lib/rdf/mixin/readable.rb', line 11

def readable?
  true
end