Class: Es6to5::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/es6to5-rails/config.rb

Class Method Summary collapse

Class Method Details

.bin_pathObject



4
5
6
# File 'lib/es6to5-rails/config.rb', line 4

def bin_path
  @path
end

.bin_path=(path) ⇒ Object



8
9
10
# File 'lib/es6to5-rails/config.rb', line 8

def bin_path= path
  @path = path
end