Class: CRA_logic_deep::NoOfLines

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

Class Method Summary collapse

Class Method Details

.getData(firstParam, secondParam) ⇒ Object



4
5
6
# File 'lib/CRA_logic_deep.rb', line 4

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