Class: CommandMapper::Gen::Types::Num
- Inherits:
-
Object
- Object
- CommandMapper::Gen::Types::Num
- Defined in:
- lib/command_mapper/gen/types/num.rb
Instance Method Summary collapse
-
#to_ruby ⇒ String
Converts the num type to Ruby source code.
Instance Method Details
#to_ruby ⇒ String
Converts the num type to Ruby source code.
11 12 13 |
# File 'lib/command_mapper/gen/types/num.rb', line 11 def to_ruby "Num.new" end |