Method: Inch::CodeObject::Proxy::Base#protected?

Defined in:
lib/inch/code_object/proxy/base.rb

#protected?Boolean

Returns:

  • (Boolean)


177
178
179
# File 'lib/inch/code_object/proxy/base.rb', line 177

def protected?
  self[:protected?]
end