• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

saturnflyer / surrounded / 98 / 4
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 16 Dec 2013 09:36PM UTC
Files 5
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Dec 2013 09:28PM UTC coverage: 99.552% (-0.02%) from 99.567%
ruby-head, COVERALLS=true

push

travis-ci

saturnflyer
remove set_methods_as_triggers and allow the trigger method to take method names

Previously, in order to write your trigger methods with the def keyword, you'd declare set_methods_as_triggers
Now, you may alter your methods by passing their names to the trigger method.
def a_method; end
trigger :a_method

This will be the same as using trigger with a block
trigger :a_method do; end

But in Ruby 2.0 you'll recieve a symbol after defining a method so you may also do
trigger def a_method; end

222 of 223 relevant lines covered (99.55%)

12.79 hits per line

Source Files on job 98.4 (ruby-head, COVERALLS=true)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 98
  • Travis Job 98.4
  • d5e0d4dc on github
  • Prev Job for ruby-head, COVERALLS=true on master (#97.4)
  • Next Job for ruby-head, COVERALLS=true on master (#99.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc