Sha256: acc8b27cf9838414768636d8f294b244d08f80731b821f67a76dca278295ef9f

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

# THe class is documented
class YardDocumented
  
  # the method is documented
  def initialize
  end

  # the method is {NoSuchClass#no_such_method} documented
  def not_documented_1
  end
  
  # the method is documented
  def not_documented_2
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rake_command_filter-0.1.2 test_cases/yard/warn/yard_warn.rb
rake_command_filter-0.1.1 test_cases/yard/warn/yard_warn.rb
rake_command_filter-0.1.0 test_cases/yard/warn/yard_warn.rb