Module: CommentBoxIntegerExtensions
- Defined in:
- lib/commentbox.rb
Instance Method Summary collapse
Instance Method Details
#is_even? ⇒ Boolean
50 51 52 |
# File 'lib/commentbox.rb', line 50 def is_even? self % 2 == 0 end |
50 51 52 |
# File 'lib/commentbox.rb', line 50 def is_even? self % 2 == 0 end |