Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/loxby/helpers/ast.rb
Overview
rubocop:disable Style/Documentation
Instance Method Summary collapse
Instance Method Details
#to_camel_case ⇒ Object
12 13 14 |
# File 'lib/loxby/helpers/ast.rb', line 12 def to_camel_case to_s.to_camel_case.to_sym end |