Class: Katte::Plugins::FileType::Rubyn

Inherits:
Object
  • Object
show all
Includes:
Katte::Plugins::FileType
Defined in:
lib/katte/plugins/file_type/ruby.rb

Instance Method Summary collapse

Methods included from Katte::Plugins::FileType

#convert_variable, #parse, #simple_exec

Methods included from Base

#define_keyword, #find, #included, #index, #plugins, #register

Instance Method Details

#execute(node) ⇒ Object



6
7
8
# File 'lib/katte/plugins/file_type/ruby.rb', line 6

def execute(node)
  simple_exec(node, 'ruby', node.path)
end