Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/loxby/helpers/ast.rb

Overview

rubocop:disable Style/Documentation

Instance Method Summary collapse

Instance Method Details

#to_camel_caseObject



12
13
14
# File 'lib/loxby/helpers/ast.rb', line 12

def to_camel_case
  to_s.to_camel_case.to_sym
end