Module: Cayuga::Tools::Class

Defined in:
lib/cayuga/tools/class.rb

Overview

Cayuga Tools Class

Instance Method Summary collapse

Instance Method Details

#classifyObject



17
18
19
# File 'lib/cayuga/tools/class.rb', line 17

def classify
  self
end

#filenamify(extension = nil) ⇒ Object



21
22
23
# File 'lib/cayuga/tools/class.rb', line 21

def filenamify(extension=nil)
  stringify.filenamify(extension)
end

#stringifyObject



9
10
11
# File 'lib/cayuga/tools/class.rb', line 9

def stringify
  name
end

#symbolizeObject



13
14
15
# File 'lib/cayuga/tools/class.rb', line 13

def symbolize
  name.to_sym
end