class RKit::Frame::EmptyFrame

Public Instance Methods

!() click to toggle source
# File lib/r_kit/frame/empty_frame.rb, line 4
def !() true end
empty?() click to toggle source
# File lib/r_kit/frame/empty_frame.rb, line 5
def empty?() true end
method_missing(*_) click to toggle source
# File lib/r_kit/frame/empty_frame.rb, line 6
def method_missing(*_) nil end