Method: Inch::Language::Elixir::CodeObject::Base#protected?

Defined in:
lib/inch/language/elixir/code_object/base.rb

#protected?Boolean

Returns:

  • (Boolean)


166
167
168
# File 'lib/inch/language/elixir/code_object/base.rb', line 166

def protected?
  self[:protected?]
end