Class: CRA_logic_deep::IsUpper
- Inherits:
-
Object
- Object
- CRA_logic_deep::IsUpper
- Defined in:
- lib/CRA_logic_deep.rb
Class Method Summary collapse
Class Method Details
.getData(firstParam, secondParam) ⇒ Object
22 23 24 |
# File 'lib/CRA_logic_deep.rb', line 22 def self.getData(firstParam,secondParam) return /[[:upper:]]/ =~ firstParam end |