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