Sha256: ca5bae66c8160dd10bc4ca67d848006c50f11528bf90c3f754bf990af17dd1b0

Contents?: true

Size: 188 Bytes

Versions: 5

Compression:

Stored size: 188 Bytes

Contents

class YARD::Handlers::Ruby::MethodConditionHandler < YARD::Handlers::Ruby::Base
  handles :if_mod, :unless_mod
  
  process do
    parse_block(statement.then_block, owner: owner)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yard-0.5.8 lib/yard/handlers/ruby/method_condition_handler.rb
yard-0.5.7 lib/yard/handlers/ruby/method_condition_handler.rb
yard-0.5.6 lib/yard/handlers/ruby/method_condition_handler.rb
yard-0.5.5 lib/yard/handlers/ruby/method_condition_handler.rb
yard-0.5.4 lib/yard/handlers/ruby/method_condition_handler.rb