Class: CRA_logic_deep::MethodCallCount
- Inherits:
-
Object
- Object
- CRA_logic_deep::MethodCallCount
- Defined in:
- lib/CRA_logic_deep.rb
Class Method Summary collapse
Class Method Details
.getData(firstParam, secondParam) ⇒ Object
28 29 30 31 32 |
# File 'lib/CRA_logic_deep.rb', line 28 def self.getData(firstParam,secondParam) firstParam = firstParam.to_s.gsub('.' ,'') firstParam = firstParam.to_s.gsub('(' ,'') return firstParam end |