Class: CRA_logic_deep::NumberofComments
- Inherits:
-
Object
- Object
- CRA_logic_deep::NumberofComments
- Defined in:
- lib/CRA_logic_deep.rb
Class Method Summary collapse
Class Method Details
.getData(firstParam, secondParam) ⇒ Object
36 37 38 |
# File 'lib/CRA_logic_deep.rb', line 36 def self.getData(firstParam,secondParam) return firstParam = firstParam.to_i + 1 end |