Sha256: e8f713ee483654c8d823fc03a4a22ce27dc0327f6e1086d7fcc6e21769b56ec7

Contents?: true

Size: 227 Bytes

Versions: 11

Compression:

Stored size: 227 Bytes

Contents

module A
  attr_writer :x
end

class B
  class << self
    attr_accessor :z
  end

  attr :a, true
  attr :a2, false
  attr :a3
  # Docstring
  attr_reader :b, :c, :d
  attr_writer :e
  attr_accessor 'f'

  attr_accessor :z
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
yard-0.5.2 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.5.1p1 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.5.1 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.5.0 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.4.0 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.2.3.5 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.2.3.4 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.2.3.2 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.2.3.3 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.2.3 spec/handlers/examples/attribute_handler_001.rb.txt
yard-0.2.2 spec/handlers/examples/attribute_handler_001.rb.txt