Module: Houston::Extensions::AcceptsName

Defined in:
lib/houston/boot/extensions/dsl.rb

Instance Method Summary collapse

Instance Method Details

#name(*args) ⇒ Object



31
32
33
34
# File 'lib/houston/boot/extensions/dsl.rb', line 31

def name(*args)
  __getobj__.name = args.first if args.any?
  __getobj__.name
end