Class: Rabbit::NullFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/rabbit/frame.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.def_null_methods(*names) ⇒ Object



252
253
254
255
256
# File 'lib/rabbit/frame.rb', line 252

def def_null_methods(*names)
  names.each do |name|
    define_method(name) {|*args|}
  end
end

Instance Method Details

#fullscreen_available?Boolean

Returns:

  • (Boolean)


265
266
267
# File 'lib/rabbit/frame.rb', line 265

def fullscreen_available?
  false
end

#iconify_available?Boolean

Returns:

  • (Boolean)


269
270
271
# File 'lib/rabbit/frame.rb', line 269

def iconify_available?
  false
end

#in_terminal?Boolean

Returns:

  • (Boolean)


276
277
278
# File 'lib/rabbit/frame.rb', line 276

def in_terminal?
  false
end

#toggle_terminalObject



273
274
# File 'lib/rabbit/frame.rb', line 273

def toggle_terminal
end