module Graphlyte::Refinements::StringRefinement

Public Instance Methods

to_camel_case() click to toggle source
# File lib/graphlyte/refinements/string_refinement.rb, line 5
def to_camel_case
  to_s.to_camel_case
end