Class: CSquare::Generator::Enum::SparseOpNamer

Inherits:
OpNamer
  • Object
show all
Defined in:
lib/csquare/generator/enum/sparse_op_namer.rb

Constant Summary

Constants inherited from OpNamer

OpNamer::OP_TO_SUFFIX

Instance Method Summary collapse

Methods inherited from OpNamer

#name

Methods inherited from Namer

#initialize, #name

Constructor Details

This class inherits a constructor from CSquare::Generator::Enum::Namer

Instance Method Details

#num(op_symbol) ⇒ Object



3
4
5
# File 'lib/csquare/generator/enum/sparse_op_namer.rb', line 3

def num op_symbol
  :auto
end