Sha256: 901137207d7c58943f6c33a387e4179c1bec1ad9e05133069dffc5b7af12867b
Contents?: true
Size: 587 Bytes
Versions: 20
Compression:
Stored size: 587 Bytes
Contents
module Vedeu module Groups # Allows the storing of view groups. # class Repository < Vedeu::Repositories::Repository singleton_class.send(:alias_method, :groups, :repository) null Vedeu::Groups::Group real Vedeu::Groups::Group end # Groups class Group repo Vedeu::Groups::Repository.repository end # Group end # Groups # Manipulate the repository of groups. # # @example # Vedeu.groups # # @!method groups # @return [Vedeu::Groups::Repository] def_delegators Vedeu::Groups::Repository, :groups end # Vedeu
Version data entries
20 entries across 20 versions & 1 rubygems