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