Method: Buildr::Shell::Base.specify

Defined in:
lib/buildr/shell.rb

.specify(options) ⇒ Object



77
78
79
80
# File 'lib/buildr/shell.rb', line 77

def specify(options)
  @shell_name ||= options[:name]
  @languages ||= options[:languages]
end