Class: Matestack::Ui::VueJs::VueAttributes

Inherits:
Object
  • Object
show all
Defined in:
lib/matestack/ui/vue_js/vue_attributes.rb

Class Method Summary collapse

Class Method Details

.method_missing(message, *args, &block) ⇒ Object



6
7
8
# File 'lib/matestack/ui/vue_js/vue_attributes.rb', line 6

def self.method_missing(message, *args, &block)
  return "{{ #{message} }}"
end