class Ryb::DomainSpecificLanguage::Platform
Public Class Methods
new(platform)
click to toggle source
Calls superclass method
Ryb::DomainSpecificLanguage::Configuration::new
# File lib/ryb/dsl.rb, line 187 def initialize(platform) super(platform) @platform = platform end