Class: CRA_logic_deep::NoOfClass

Inherits:
Object
  • Object
show all
Defined in:
lib/CRA_logic_deep.rb

Class Method Summary collapse

Class Method Details

.getData(firstParam, secondParam) ⇒ Object



42
43
44
# File 'lib/CRA_logic_deep.rb', line 42

def self.getData(firstParam,secondParam)  
      return firstParam = firstParam.to_i + 1             
end