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



196
197
198
199
200
# File 'lib/rabbit/frame.rb', line 196

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

Instance Method Details

#fullscreen_available?Boolean

Returns:

  • (Boolean)


210
211
212
# File 'lib/rabbit/frame.rb', line 210

def fullscreen_available?
  false
end

#iconify_available?Boolean

Returns:

  • (Boolean)


214
215
216
# File 'lib/rabbit/frame.rb', line 214

def iconify_available?
  false
end