class String

Public Instance Methods

constantize() click to toggle source
# File lib/schema_repo/core_ext/string.rb, line 2
def constantize
  SchemaRepo::StringUtils.constantize self
end
demodulize() click to toggle source
# File lib/schema_repo/core_ext/string.rb, line 6
def demodulize
  SchemaRepo::StringUtils.demodulize self
end
underscore() click to toggle source
# File lib/schema_repo/core_ext/string.rb, line 10
def underscore
  SchemaRepo::StringUtils.underscore self
end