Module: VORuby
- Defined in:
- lib/voruby.rb,
lib/voruby/wesix/wesix.rb,
lib/voruby/resolver/sesame.rb,
lib/voruby/votable/votable.rb,
lib/voruby/resolver/resolver.rb,
lib/voruby/votable/1.0/votable.rb,
lib/voruby/votable/1.1/votable.rb
Defined Under Namespace
Modules: Resolver, VOTable, Wesix Classes: HomogeneousNodeList
Class Method Summary collapse
-
.rfits? ⇒ Boolean
Reports whether the RFits FITS reading/writing package is installed or not.
Class Method Details
.rfits? ⇒ Boolean
Reports whether the RFits FITS reading/writing package is installed or not.
12 13 14 |
# File 'lib/voruby.rb', line 12 def self.rfits? @@rfits_available end |