Sha256: fe624002c7193e69c0ee497f412e091481f97fcb74beb93322c8d0ad39ee63fd
Contents?: true
Size: 344 Bytes
Versions: 16
Compression:
Stored size: 344 Bytes
Contents
# :stopdoc: # Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # :startdoc: module Wx # Defines an opaque wrapper for tree item ids. class TreeItemId # Returns true if the id is valid, otherwise false. # @return [Boolean] def is_ok; end alias ok? :is_ok end end
Version data entries
16 entries across 16 versions & 1 rubygems