Class: Nuggets::JSON::MultiMixin::MULTI_KEY

Inherits:
String show all
Defined in:
lib/nuggets/json/multi_mixin.rb

Constant Summary

Constants included from String::CamelscoreMixin

String::CamelscoreMixin::CAMELSCORE_ACRONYMS

Constants included from String::FormatMixin

String::FormatMixin::FORMAT_RE, String::FormatMixin::PREFIX

Instance Method Summary collapse

Methods inherited from String

#ansicolor2css, #capitalize_first, #capitalize_first!, #capitalized?, #case, #from_dotted_decimal, gimme_match_data!, #gsub_with_md, #gsub_with_md!, #lower_case?, #map_diacritics, #map_diacritics!, #mixed_case?, #msub, #msub!, #nsub, #nsub!, #replace_diacritics, #replace_diacritics!, #sub_with_md, #sub_with_md!, #upper_case?, #word_wrap, #word_wrap!, #word_wrap_paragraph, #word_wrap_paragraph!

Methods included from String::CamelscoreMixin

#camelcase, #camelcase!, #constantize, #underscore, #underscore!

Methods included from String::HighlightMixin

#highlight

Methods included from String::EvaluateMixin

#evaluate

Methods included from String::FormatMixin

#format

Methods included from String::XorMixin

#xor

Methods included from String::WcMixin

#byte_count, #char_count, #count_by_re, #count_by_re2, #line_count, #wc, #word_count

Instance Method Details

#eql?Boolean

Returns:

  • (Boolean)


63
64
65
# File 'lib/nuggets/json/multi_mixin.rb', line 63

def eql?(*)
  false
end