Class: DRG::FileContext::NullLine

Inherits:
String
  • Object
show all
Includes:
NullDefinition
Defined in:
lib/drg/file_context.rb

Instance Method Summary collapse

Methods included from NullDefinition

#block?, #class?, #method?, #mod?

Instance Method Details

#eql?Boolean

Returns:

  • (Boolean)


128
129
130
# File 'lib/drg/file_context.rb', line 128

def eql?(*)
  false
end

#open?Boolean

Returns:

  • (Boolean)


132
133
134
# File 'lib/drg/file_context.rb', line 132

def open?
  false
end