Module: RDF::Readable
- Extended by:
- Util::Aliasing::LateBound
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-884e3ef78084/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 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-884e3ef78084/lib/rdf/mixin/readable.rb', line 11 def readable? true end |