class Es6to5::Config

Public Class Methods

bin_path() click to toggle source
# File lib/es6to5-rails/config.rb, line 4
def bin_path
  @path
end
bin_path=(path) click to toggle source
# File lib/es6to5-rails/config.rb, line 8
def bin_path= path
  @path = path
end