Class: RKit::Frame::EmptyFrame

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/r_kit/frame/empty_frame.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*_) ⇒ Object



6
# File 'lib/r_kit/frame/empty_frame.rb', line 6

def method_missing(*_) nil end

Instance Method Details

#!Object



4
# File 'lib/r_kit/frame/empty_frame.rb', line 4

def !() true end

#empty?Boolean

Returns:

  • (Boolean)


5
# File 'lib/r_kit/frame/empty_frame.rb', line 5

def empty?() true end