Sha256: 546245c69148ad74270210518f10eb37aa87847b4a20314daf559774cac1fb70

Contents?: true

Size: 272 Bytes

Versions: 9

Compression:

Stored size: 272 Bytes

Contents

require "singleton"

module IRB
  module HelperMethod
    class Base
      include Singleton

      class << self
        def description(description = nil)
          @description = description if description
          @description
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/irb-1.14.0/lib/irb/helper_method/base.rb
irb-1.14.3 lib/irb/helper_method/base.rb
irb-1.14.2 lib/irb/helper_method/base.rb
irb-1.14.1 lib/irb/helper_method/base.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/irb-1.13.2/lib/irb/helper_method/base.rb
irb-1.14.0 lib/irb/helper_method/base.rb
irb-1.13.2 lib/irb/helper_method/base.rb
irb-1.13.1 lib/irb/helper_method/base.rb
irb-1.13.0 lib/irb/helper_method/base.rb