class EightBall::Conditions::Always
The Always
Condition is always satisfied
Public Instance Methods
satisfied?()
click to toggle source
# File lib/eight_ball/conditions/always.rb, line 6 def satisfied? true end