class Lucid::InterfaceRb::NilDomain

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/lucid/interface_rb/rb_language.rb, line 18
def initialize
  super('Domain procs should never return nil.')
end