Module: RDF::Readable
- Extended by:
- Util::Aliasing::LateBound
- Included in:
- Mutable, Reader
- Defined in:
- lib/rdf/mixin/readable.rb
Instance Method Summary (collapse)
-
- (Boolean) readable?
Returns
trueifselfis readable.
Methods included from Util::Aliasing::LateBound
Instance Method Details
- (Boolean) readable?
Returns true if self is readable.
11 12 13 |
# File 'lib/rdf/mixin/readable.rb', line 11 def readable? true end |