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