diff options
-rw-r--r-- | ruby/repository.cc | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/ruby/repository.cc b/ruby/repository.cc index 78a10442c..db87c3ca5 100644 --- a/ruby/repository.cc +++ b/ruby/repository.cc @@ -272,54 +272,6 @@ namespace } /* - * Document-method: installable_interface - * - * call-seq: - * installable_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: installed_interface - * - * call-seq: - * installed_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: mask_interface - * - * call-seq: - * mask_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: news_interface - * - * call-seq: - * news_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: uninstallable_interface - * - * call-seq: - * uninstallable_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: use_interface - * - * call-seq: - * use_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* * Document-method: environment_variable_interface * * call-seq: @@ -327,30 +279,6 @@ namespace * * Returns self if the repository supports the interface, otherwise Nil. */ - /* - * Document-method: provides_interface - * - * call-seq: - * provides_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: virtuals_interface - * - * call-seq: - * virtuals_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: e_interface - * - * call-seq: - * e_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ template <typename T_, typename R_, NamedValue<T_, R_ *> (RepositoryCapabilities::* f_)> struct Interface { |