Skip to content

rewrite the item.respond_to?(:x?) && item.x? to item.try(:x?)

Dimitrie Hoekstra requested to merge minor-ruby-status-badge-changes into master

What does this MR do?

Rewrites a ruby status badge function slightly

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

@zj requested this here https://gitlab.slack.com/archives/ci/p1483430380001974

Screenshots (if relevant)

only code

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports