Sha256: 66afece97335cfdd3d51b34e0c1969e27ad666ed378e92555cec7c09dce0d9cc
Contents?: true
Size: 425 Bytes
Versions: 9
Compression:
Stored size: 425 Bytes
Contents
module Parliament module Grom module Decorator # Decorator namespace for Grom::Node instances with type: https://id.parliament.uk/schema/LayingBody module LayingBody # Alias groupName with fallback. # # @return [String, String] the name of the Grom::Node or an empty string. def name respond_to?(:groupName) ? groupName : '' end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems